removed testing in Makefile
authorPatrik Gornicz <Gornicz.P@gmail.com>
Thu, 9 Oct 2008 00:32:40 +0000 (20:32 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Thu, 9 Oct 2008 00:32:40 +0000 (20:32 -0400)
src/Makefile

index 14cc64b..b9dba80 100644 (file)
@@ -36,7 +36,6 @@ DEPS    := ${SRCS:.cpp=.d}
 DEPS    := $(addprefix ${DEPSDIR},${DEPS})
 
 BLDDIRS := $(addprefix ${DEPSDIR},${DIRS}) $(addprefix ${OBJSDIR},${DIRS})
-BLDDIRS := $(addsuffix /,${BLDDIRS})
 
 
 VERBOSE := 0