X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f83ff5a9deae5d6688af201de4c09eb0c0f81686..6ee5c47fa40ee3f71899b4e7ea4feda3b357dc99:/openwrt/package/arptables/Makefile 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 \