[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
This commit is contained in:
nico
2009-04-26 12:18:29 +00:00
parent 8205c42c27
commit c0011a9789
3 changed files with 3 additions and 3 deletions

View File

@ -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