From 12eda14851a3df71d65347d7a8ff7b1b13ba805c Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 3 Jul 2006 06:38:27 +0000 Subject: remove unneeded RSTRIP calls. git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4115 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ppp/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package/ppp/Makefile') diff --git a/package/ppp/Makefile b/package/ppp/Makefile index dcacbafba..85d52d054 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -151,7 +151,6 @@ endef define Package/pppstats/install install -d -m0755 $(1)/usr/sbin install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppstats $(1)/usr/sbin/ - $(RSTRIP) $(1) endef $(eval $(call BuildPackage,ppp)) -- cgit v1.2.3