From 9b6fe9902d38677785aa4a0302e9304cbc473221 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Wed, 8 Oct 2008 20:32:40 -0400 Subject: [PATCH] removed testing in Makefile --- src/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.10.2