diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 14:47:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 14:47:16 +0000 |
commit | f55642aa30d191316d833c2b2767842ffab62c9b (patch) | |
tree | 07827f53d6ea944daca4e6745b1f00a29f26850f /package/iptables/Makefile | |
parent | f2c26a8440b97621c5d5056c618e54af8397501a (diff) | |
download | upstream-f55642aa30d191316d833c2b2767842ffab62c9b.tar.gz upstream-f55642aa30d191316d833c2b2767842ffab62c9b.tar.bz2 upstream-f55642aa30d191316d833c2b2767842ffab62c9b.zip |
Add missing .configured target causing superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 29dcf6cdf9..3e84c4ce15 100644 --- a/package/iptables/Makefile +++ b/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) |