From: nico 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://207.154.207.93/?a=commitdiff_plain;h=c0011a97892e5afd8766874ddfe46872a2f63e46;p=packages.git [packages] replace occurences of '$(PKG_BUILD_DIR)/.configured' with '$(STAMP_CONFIGURED)' git-svn-id: svn://svn.openwrt.org/openwrt/packages@15424 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index 860391b5c..34038e3f4 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 83258257a..9d966cc49 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 3e9580cc6..65497070a 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