diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-07-03 06:38:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-07-03 06:38:27 +0000 |
commit | 18b85db06b55c9a9246d876996e65aa839aa7932 (patch) | |
tree | f9c254428b5b48a604cdbeada7feb772a47bae6d /package/ppp/Makefile | |
parent | 57db00f705d0555f8107e005b93b768f4f51ddab (diff) | |
download | upstream-18b85db06b55c9a9246d876996e65aa839aa7932.tar.gz upstream-18b85db06b55c9a9246d876996e65aa839aa7932.tar.bz2 upstream-18b85db06b55c9a9246d876996e65aa839aa7932.zip |
remove unneeded RSTRIP calls.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4115 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index dcacbafba5..85d52d0542 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)) |