diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-10 19:16:02 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-10 19:16:02 +0000 |
commit | eba2615957cfb1c51d90d8d17caaeb83917434f8 (patch) | |
tree | 96733e02b3f74ab800865d111d6f4648908622b0 | |
parent | 2b42215e7af143bc9c1734cfc551e28a27a91af5 (diff) |
typos
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3753 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/ebtables/Makefile | 2 | ||||
-rw-r--r-- | package/zlib/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
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)) |