diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-25 01:40:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-25 01:40:47 +0000 |
commit | b7e7f4edf076a53ad9a29ced4067d0f253693999 (patch) | |
tree | a17f9b12eeec89566d1b6807293d95c086c2a126 /package/openssl | |
parent | 0dd83aded7798b67ed6e553fae477ded210b91cf (diff) |
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/openssl')
-rw-r--r-- | package/openssl/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 4a6dcdbe5e..86c584b7eb 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -118,12 +118,6 @@ define Build/InstallDev $(SED) 's,$(TARGET_LDFLAGS),,g' $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc endef -define Build/UninstallDev - rm -rf $(1)/usr/include/openssl \ - $(1)/usr/lib/lib{crypto,ssl}.{a,so*} \ - $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc -endef - define Package/libopenssl/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{crypto,ssl}.so.* $(1)/usr/lib/ |