revert bogus change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32637 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-03-17 15:30:02 +00:00
parent 30ca8da66e
commit 0334c90e6b

View file

@ -8,9 +8,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
TEST_TOOL_NAME = @TESTNAMES@
ADDITIONAL_OBJCFLAGS += @TESTFLAGS@ -Wall
ADDITIONAL_OBJCCFLAGS += @TESTFLAGS@ -Wall
ifeq ($(gcov),yes)
ADDITIONAL_OBJCFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_OBJCCFLAGS += -ftest-coverage -fprofile-arcs