projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d7555
)
fixed depend mistake
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 28 Sep 2008 03:32:35 +0000
(23:32 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 28 Sep 2008 03:32:35 +0000
(23:32 -0400)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
9f7a154
..
3eb3e59
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-66,7
+66,7
@@
${TARGET}: ${OBJS}
# rule to make a depend file from a .cpp
${DEPSDIR}%.d: %.cpp
${Q1}echo "DEP: $@"
- ${Q2}${CXX} -MM ${CXXFLAGS} $< | sed 's,
: , $@:
,' > $@
+ ${Q2}${CXX} -MM ${CXXFLAGS} $< | sed 's,
\(^.*\):,${OBJSDIR}\1 $@:
,' > $@
# rule to make an object file from a .cpp
${OBJSDIR}%.o: %.cpp