X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/636c2af490491ce859ea9f4890fbbc384958589e..72c232e2577ea92e2ec06ec194cfd4f40751c0b7:/package/iptraf/Makefile diff --git a/package/iptraf/Makefile b/package/iptraf/Makefile index 83d3cac30..c5ae8eab7 100644 --- a/package/iptraf/Makefile +++ b/package/iptraf/Makefile @@ -1,3 +1,5 @@ +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=iptraf @@ -17,10 +19,10 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,IPTRAF,iptraf,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: touch $@ -$(PKG_BUILD_DIR)/.built: +$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured $(MAKE) -C $(PKG_BUILD_DIR)/src \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \