X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/636c2af490491ce859ea9f4890fbbc384958589e..d9c71aa9811a0f0cadc2aa03a022c51aafe04449:/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)" \