projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570cad8
)
add missing .configured target to psybnc
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:49:55 +0000
(17:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:49:55 +0000
(17:49 +0000)
SVN-Revision: 2378
openwrt/package/psybnc/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/psybnc/Makefile
b/openwrt/package/psybnc/Makefile
index f48a191740f92982716eb1d6e5e3beebd5f863d5..8409f321225ff332d499bfd4039fa824aba907dc 100644
(file)
--- a/
openwrt/package/psybnc/Makefile
+++ b/
openwrt/package/psybnc/Makefile
@@
-15,6
+15,9
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,PSYBNC,psybnc,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \