summaryrefslogtreecommitdiffstats
path: root/openwrt/package/gmp
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 23:49:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 23:49:46 +0000
commit52ab85859675dfdbabba57dbcc9291ca5bac79ea (patch)
tree6ad578bc06b805596a2113fb1c20872b26f7c636 /openwrt/package/gmp
parentaec6853281f09936fd519cca41357f5b654be378 (diff)
clean info and include dir for gmp package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/gmp')
-rw-r--r--openwrt/package/gmp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/gmp/Makefile b/openwrt/package/gmp/Makefile
index eb835c2f3..d611438cc 100644
--- a/openwrt/package/gmp/Makefile
+++ b/openwrt/package/gmp/Makefile
@@ -51,6 +51,8 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/.libs/libgmp.so
rm $(PKG_IPK_DIR)/usr/lib/*.la
rm $(PKG_IPK_DIR)/usr/lib/*.a
$(STRIP) $(PKG_IPK_DIR)/usr/lib/*.so
+ rm -rf $(PKG_IPK_DIR)/usr/info
+ rm -rf $(PKG_IPK_DIR)/usr/include
mkdir -p $(PACKAGE_DIR)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)