diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 01:40:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 01:40:47 +0000 |
commit | 2a45adfcdab92beb68f3263439be428832f57b16 (patch) | |
tree | 4211848c1e2e5f0a4cd69b3b09f115524f0624d8 /package/linux-atm/Makefile | |
parent | 957103c3377fe2736da11dafdddd287579d76f9a (diff) | |
download | upstream-2a45adfcdab92beb68f3263439be428832f57b16.tar.gz upstream-2a45adfcdab92beb68f3263439be428832f57b16.tar.bz2 upstream-2a45adfcdab92beb68f3263439be428832f57b16.zip |
remove uninstalldev templates (no longer necessary)
SVN-Revision: 9906
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index f67294e081..4f9b4f612d 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -67,11 +67,6 @@ ifneq ($(CONFIG_PACKAGE_linux-atm),) $(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \ $(1)/usr/lib/ endef - - define Build/UninstallDev - rm -rf $(1)/usr/include/atm{,d,sap}.h \ - $(1)/usr/lib/libatm.{a,so*} - endef endif define Package/linux-atm/install |