From: Nicolas Thill Date: Thu, 19 May 2005 21:21:43 +0000 (+0000) Subject: Add missing .configured target that caused superfluous package rebuild X-Git-Tag: reboot~32750 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=afcfb9a475424b894ef43cf572d9ca6d8415dae6;p=oweals%2Fopenwrt.git Add missing .configured target that caused superfluous package rebuild SVN-Revision: 972 --- diff --git a/openwrt/package/snort/Makefile b/openwrt/package/snort/Makefile index 6db6636c91..c58fa75e8d 100644 --- a/openwrt/package/snort/Makefile +++ b/openwrt/package/snort/Makefile @@ -142,8 +142,11 @@ $(eval $(call PKG_build,SNORT_MYSQL,snort-mysql,$(PKG_VERSION)-$(PKG_RELEASE),$( $(eval $(call PKG_build,SNORT_PGSQL,snort-pgsql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_build,SNORT_CUSTOM,snort-custom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: $(BUILD_TARGETS) - touch $(PKG_BUILD_DIR)/.built + touch $@ $(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built mkdir -p $(PKG_INSTALL_DIR)