X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6b08782f4c7ffa224646b5e5fb5c4afa4d513ebb..a5a74d85bc2c44463e6c05e0a17f0dc6e14582a4:/openwrt/package/arptables/Makefile diff --git a/openwrt/package/arptables/Makefile b/openwrt/package/arptables/Makefile index e770fef59..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,10 +15,14 @@ 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 \ CFLAGS="$(TARGET_CFLAGS) -Wall -I$(PKG_BUILD_DIR)/include/linux/include -I$(PKG_BUILD_DIR)/include -DARPTABLES_VERSION=\\\"$(PKG_VERSION)\\\" " + touch $@ $(IPKG_ARPTABLES): mkdir -p $(IDIR_ARPTABLES)/usr/sbin