projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf6974
)
add missing .configured target
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:53:23 +0000
(17:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:53:23 +0000
(17:53 +0000)
SVN-Revision: 2382
openwrt/package/portsentry/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/portsentry/Makefile
b/openwrt/package/portsentry/Makefile
index 7c5dd3cf715a07b0f5e02c35611c121efd6d00f9..12452596e3eac79026660bb43cd7f0d79b89be18 100644
(file)
--- a/
openwrt/package/portsentry/Makefile
+++ b/
openwrt/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 $@