From: Patrik Gornicz Date: Thu, 9 Oct 2008 00:32:40 +0000 (-0400) Subject: removed testing in Makefile X-Git-Tag: v0.07~7^2~3 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=9b6fe9902d38677785aa4a0302e9304cbc473221 removed testing in Makefile --- diff --git a/src/Makefile b/src/Makefile index 14cc64b..b9dba80 100644 --- 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