projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a74d9
)
config dir fix
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 16 Nov 2008 02:14:04 +0000
(21:14 -0500)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 16 Nov 2008 02:14:04 +0000
(21:14 -0500)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
3253d18
..
ec5ce8e
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-70,9
+70,9
@@
endif
all: ${TARGET} ${CONFIGS}
# rule to copy the config files into the working directory
-${CONFIGDEST}%.cfg: ${CONFIGDIR}%.cfg | ${CONFIGD
IR
} ${WORKINGDIR}
+${CONFIGDEST}%.cfg: ${CONFIGDIR}%.cfg | ${CONFIGD
EST
} ${WORKINGDIR}
${Q1}echo "cp: $@"
- ${Q2}cp
-r
$< $@
+ ${Q2}cp $< $@
# rule to copy tmp target to working directory
${TARGET}: ${TARGETTMP} | ${WORKINGDIR}