X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f83ff5a9deae5d6688af201de4c09eb0c0f81686..a5a74d85bc2c44463e6c05e0a17f0dc6e14582a4:/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 \