aboutsummaryrefslogtreecommitdiffstats
path: root/package/snort/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 21:21:43 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 21:21:43 +0000
commit2af1393623b4f45851b31501a41012be308794eb (patch)
tree1eab3fd295667a3340f4d25252dc8e29c6b65d66 /package/snort/Makefile
parent463a4fda013eec8629a3ead258cec3259760876b (diff)
downloadupstream-2af1393623b4f45851b31501a41012be308794eb.tar.gz
upstream-2af1393623b4f45851b31501a41012be308794eb.tar.bz2
upstream-2af1393623b4f45851b31501a41012be308794eb.zip
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@972 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/snort/Makefile')
-rw-r--r--package/snort/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile
index 6db6636c91..c58fa75e8d 100644
--- a/package/snort/Makefile
+++ b/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)