From: mbm Date: Wed, 10 May 2006 19:16:02 +0000 (+0000) Subject: typos X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=eba2615957cfb1c51d90d8d17caaeb83917434f8;p=openwrt-10.03%2F.git typos git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3753 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index e672ac13c..4ee683388 100644 --- a/package/ebtables/Makefile +++ b/package/ebtables/Makefile @@ -26,6 +26,6 @@ endef define Package/ebtables/install install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables -ended +endef $(eval $(call BuildPackage,ebtables)) diff --git a/package/zlib/Makefile b/package/zlib/Makefile index aaa3f4d42..d3c8714ba 100644 --- a/package/zlib/Makefile +++ b/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))