From: Nicolas Thill Date: Sun, 26 Apr 2009 12:18:29 +0000 (+0000) Subject: [packages] replace occurences of '$(PKG_BUILD_DIR)/.configured' with '$(STAMP_CONFIGU... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8b0fe60089375a47b145d04405d205cee0de9779;p=openwrt%2Fsvn-archive%2Farchive.git [packages] replace occurences of '$(PKG_BUILD_DIR)/.configured' with '$(STAMP_CONFIGURED)' SVN-Revision: 15424 --- diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index 860391b5cb..34038e3f4a 100644 --- a/net/pmacct/Makefile +++ b/net/pmacct/Makefile @@ -90,7 +90,7 @@ endef define Compile/Template -$(PKG_BUILD_DIR)/nfacctd$(1) $(PKG_BUILD_DIR)/pmacctd$(1): $(PKG_BUILD_DIR)/.configured +$(PKG_BUILD_DIR)/nfacctd$(1) $(PKG_BUILD_DIR)/pmacctd$(1): $(STAMP_CONFIGURED) -$(MAKE) -C $(PKG_BUILD_DIR) distclean $(call Build/Configure/Default, \ --with-pcap-includes="$(STAGING_DIR)/usr/include" \ diff --git a/net/snort-wireless/Makefile b/net/snort-wireless/Makefile index 83258257af..9d966cc495 100644 --- a/net/snort-wireless/Makefile +++ b/net/snort-wireless/Makefile @@ -45,7 +45,7 @@ endef define Compile/Template -$(PKG_BUILD_DIR)/snort$(1): $(PKG_BUILD_DIR)/.configured +$(PKG_BUILD_DIR)/snort$(1): $(STAMP_CONFIGURED) touch -r $(PKG_BUILD_DIR)/Makefile.am $(PKG_BUILD_DIR)/configure.in touch -r $(PKG_BUILD_DIR)/Makefile.in $(PKG_BUILD_DIR)/configure -$(MAKE) -C $(PKG_BUILD_DIR) distclean diff --git a/net/snort/Makefile b/net/snort/Makefile index 3e9580cc6e..65497070ae 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -45,7 +45,7 @@ endef define Compile/Template -$(PKG_BUILD_DIR)/snort$(1): $(PKG_BUILD_DIR)/.configured +$(PKG_BUILD_DIR)/snort$(1): $(STAMP_CONFIGURED) touch -r $(PKG_BUILD_DIR)/Makefile.am $(PKG_BUILD_DIR)/configure.in touch -r $(PKG_BUILD_DIR)/Makefile.in $(PKG_BUILD_DIR)/configure -$(MAKE) -C $(PKG_BUILD_DIR) distclean