projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f62a7
)
removed testing in Makefile
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 9 Oct 2008 00:32:40 +0000
(20:32 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 9 Oct 2008 00:32:40 +0000
(20:32 -0400)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
14cc64b
..
b9dba80
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-36,7
+36,6
@@
DEPS := ${SRCS:.cpp=.d}
DEPS := $(addprefix ${DEPSDIR},${DEPS})
BLDDIRS := $(addprefix ${DEPSDIR},${DIRS}) $(addprefix ${OBJSDIR},${DIRS})
-BLDDIRS := $(addsuffix /,${BLDDIRS})
VERBOSE := 0