aboutsummaryrefslogtreecommitdiffstats
path: root/package/portsentry
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 17:53:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 17:53:23 +0000
commit982122b46bd7caf1b66f358b9c23f438275148c0 (patch)
tree512afda2833f492619c496f16ec5f85315c067f6 /package/portsentry
parentbb6a5b635b0042ec2ec9630ba513f71b3706090d (diff)
downloadmaster-187ad058-982122b46bd7caf1b66f358b9c23f438275148c0.tar.gz
master-187ad058-982122b46bd7caf1b66f358b9c23f438275148c0.tar.bz2
master-187ad058-982122b46bd7caf1b66f358b9c23f438275148c0.zip
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2382 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/portsentry')
-rw-r--r--package/portsentry/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/portsentry/Makefile b/package/portsentry/Makefile
index 7c5dd3cf71..12452596e3 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 $@