summaryrefslogtreecommitdiffstats
path: root/openwrt/package/arptables
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 20:49:45 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 20:49:45 +0000
commitf9539c4196a03530d21f4e0d697f4c432f8c6284 (patch)
treec85bb3269a2f9c55828f6969f9c3354f3d60ed8f /openwrt/package/arptables
parent55608abf95fe33ee2b82ea2d14d36a4dab0f3fd4 (diff)
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@963 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/arptables')
-rw-r--r--openwrt/package/arptables/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/package/arptables/Makefile b/openwrt/package/arptables/Makefile
index 018d8afd4..ceb745040 100644
--- a/openwrt/package/arptables/Makefile
+++ b/openwrt/package/arptables/Makefile
@@ -1,8 +1,5 @@
-#############################################################
-#
-# arptables
-#
-#############################################################
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
@@ -18,6 +15,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,ARPTABLES,arptables,$(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 \