summaryrefslogtreecommitdiffstats
path: root/package/snort/Makefile
diff options
context:
space:
mode:
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 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)