summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/portsentry/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/portsentry/Makefile b/package/portsentry/Makefile
index 7c5dd3cf7..12452596e 100644
--- a/package/portsentry/Makefile
+++ b/package/portsentry/Makefile
@@ -17,6 +17,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,PORTSENTRY,portsentry,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) linux
touch $@