summaryrefslogtreecommitdiff
path: root/openwrt/package/zlib
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-10 19:16:02 +0000
committerMike Baker <mbm@openwrt.org>2006-05-10 19:16:02 +0000
commit80e0fabe446f8b46137994a07b712790b758c7dc (patch)
treeff6bc5e6cfbaaac9a9b12331315d1413650001aa /openwrt/package/zlib
parent07425d330063f606ad4c2f351d790389b65e6847 (diff)
downloadmtk-20170518-80e0fabe446f8b46137994a07b712790b758c7dc.zip
mtk-20170518-80e0fabe446f8b46137994a07b712790b758c7dc.tar.gz
mtk-20170518-80e0fabe446f8b46137994a07b712790b758c7dc.tar.bz2
typos
SVN-Revision: 3753
Diffstat (limited to 'openwrt/package/zlib')
-rw-r--r--openwrt/package/zlib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile
index aaa3f4d..d3c8714 100644
--- a/openwrt/package/zlib/Makefile
+++ b/openwrt/package/zlib/Makefile
@@ -66,3 +66,5 @@ uninstall-dev:
rm -rf $(STAGING_DIR)/usr/include/zconf.h
rm -rf $(STAGING_DIR)/usr/include/zlib.h
rm -rf $(STAGING_DIR)/usr/lib/libz.*
+
+$(eval $(call BuildPackage,zlib))