clean info and include dir for gmp package
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Mar 2005 23:49:46 +0000 (23:49 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 24 Mar 2005 23:49:46 +0000 (23:49 +0000)
SVN-Revision: 451

openwrt/package/gmp/Makefile

index eb835c2f3ff14e3231e4143c7bc6fc93f417e27f..d611438cc143475eb2f8d9e7c753e6cb9fb08531 100644 (file)
@@ -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)