From a065ed9d0548c40b26c3c971a59e578a25d1197c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 22 Mar 2009 12:46:20 +0100 Subject: [PATCH] updated the Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 57fefa967..aaba07b49 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,6 @@ TESTOBJ = test/testautovariables.o \ test/testconstructors.o \ test/testcppcheck.o \ test/testdangerousfunctions.o \ - test/testautovariables.o \ test/testdivision.o \ test/testfilelister.o \ test/testfunctionusage.o \ @@ -185,9 +184,6 @@ test/testcppcheck.o: test/testcppcheck.cpp test/testsuite.h src/errorlogger.h sr test/testdangerousfunctions.o: test/testdangerousfunctions.cpp src/tokenize.h src/settings.h src/errorlogger.h src/token.h src/checkdangerousfunctions.h src/check.h test/testsuite.h $(CXX) $(CXXFLAGS) -c -o test/testdangerousfunctions.o test/testdangerousfunctions.cpp -test/testautovariables.o: test/testautovariables.cpp src/tokenize.h src/settings.h src/errorlogger.h src/token.h src/checkdangerousfunctions.h src/check.h test/testsuite.h - $(CXX) $(CXXFLAGS) -c -o test/testautovariables.o test/testautovariables.cpp - test/testdivision.o: test/testdivision.cpp src/tokenize.h src/settings.h src/errorlogger.h src/token.h src/checkother.h src/check.h test/testsuite.h $(CXX) $(CXXFLAGS) -c -o test/testdivision.o test/testdivision.cpp