summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 21:21:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 21:21:43 +0000
commitbd6d8a1b98f37edb091a32060217473de4ebab5d (patch)
tree1eab3fd295667a3340f4d25252dc8e29c6b65d66 /package
parentd9b7db100d0ab84be3c30c7c1c1f3ac4a6651ec8 (diff)
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')
-rw-r--r--package/snort/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile
index 6db6636c9..c58fa75e8 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)