projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce875e
)
add missing .configured target to psybnc
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2005 17:49:55 +0000
(17:49 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2005 17:49:55 +0000
(17:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2378
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/psybnc/Makefile
patch
|
blob
|
history
diff --git
a/package/psybnc/Makefile
b/package/psybnc/Makefile
index
f48a191
..
8409f32
100644
(file)
--- a/
package/psybnc/Makefile
+++ b/
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)" \
This page took
0.025361 seconds
and
4
git commands to generate.