From 511e4139ef5be114cc4938645eec760bd64bb9ea Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 18 May 2005 14:47:16 +0000 Subject: Add missing .configured target causing superfluous package rebuild SVN-Revision: 934 --- openwrt/package/iptables/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/package/iptables') diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 29dcf6c..3e84c4c 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -22,6 +22,9 @@ $(eval $(call PKG_template,IPTABLES_EXTRA,iptables-extra,$(PKG_VERSION)-$(PKG_RE $(eval $(call PKG_template,IPTABLES_UTILS,iptables-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $(PKG_BUILD_DIR)/.configured + $(PKG_BUILD_DIR)/.built: chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test mkdir -p $(PKG_INSTALL_DIR) -- cgit v1.1