summaryrefslogtreecommitdiffstats
path: root/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
commitf04e15062c509e5f1f41ad04775fd893bfe92e5b (patch)
tree36b295ee0ba570bc325ac0a63d10cf6267be7dea /package/arptables
parentd798bfa4f83985fdd806d49d447db6d77883e143 (diff)
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@963 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables')
-rw-r--r--package/arptables/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/arptables/Makefile b/package/arptables/Makefile
index 018d8afd4..ceb745040 100644
--- a/package/arptables/Makefile
+++ b/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 \