aboutsummaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 20:56:21 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 20:56:21 +0000
commitb610afe86e49e8b2c85303a5901557488466c11e (patch)
tree9fdeba26624d5db633b12d62d7ec6d1191208b40 /package/ebtables
parentcd5022efe4046a7bbafc1e3b0d93f0c90383913d (diff)
downloadupstream-b610afe86e49e8b2c85303a5901557488466c11e.tar.gz
upstream-b610afe86e49e8b2c85303a5901557488466c11e.tar.bz2
upstream-b610afe86e49e8b2c85303a5901557488466c11e.zip
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 44a175e66a..a928a2dbb1 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -16,6 +16,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,EBTABLES,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \