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 | 07ac5251538c257de8c1e0590e22f67e282c9681 (patch) | |
tree | a17f9b12eeec89566d1b6807293d95c086c2a126 /package/zlib/Makefile | |
parent | 26ba0523e5ecb32e0f9f35044719644e3b9de5e1 (diff) | |
download | upstream-07ac5251538c257de8c1e0590e22f67e282c9681.tar.gz upstream-07ac5251538c257de8c1e0590e22f67e282c9681.tar.bz2 upstream-07ac5251538c257de8c1e0590e22f67e282c9681.zip |
remove uninstalldev templates (no longer necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zlib/Makefile')
-rw-r--r-- | package/zlib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 19dc3e65b1..9cf92197b7 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -56,11 +56,6 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.{a,so*} \ $(1)/usr/lib/ endef - -define Build/UninstallDev - rm -rf $(1)/usr/include/z{conf,lib}.h \ - $(1)/usr/lib/libz.{a,so*} -endef # libz.so is needed for openssl (zlib-dynamic) define Package/zlib/install |