diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-24 18:09:29 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-24 18:09:29 (GMT) |
commit | f6e73393afbe7ce8d1a5c5fc55565582cb8906cc (patch) | |
tree | b50fe99468a518e705d9ef3b8a1ae1638a07b3dc /3rdParty/CppUnit | |
parent | 0dd979a856719f16925f84d6be532bd31044fa82 (diff) | |
download | swift-contrib-f6e73393afbe7ce8d1a5c5fc55565582cb8906cc.zip swift-contrib-f6e73393afbe7ce8d1a5c5fc55565582cb8906cc.tar.bz2 |
Update the build system.
Coverage now works better.
Some files are cleaned by default (without the need of CLEANFILES).
Diffstat (limited to '3rdParty/CppUnit')
-rw-r--r-- | 3rdParty/CppUnit/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/3rdParty/CppUnit/Makefile.inc b/3rdParty/CppUnit/Makefile.inc index 27aadc2..3749144 100644 --- a/3rdParty/CppUnit/Makefile.inc +++ b/3rdParty/CppUnit/Makefile.inc @@ -39,9 +39,5 @@ CPPUNIT_SOURCES = \ CPPUNIT_OBJECTS = \ $(CPPUNIT_SOURCES:.cpp=.o) -CLEANFILES += \ - $(CPPUNIT_OBJECTS) \ - $(CPPUNIT_TARGET) - $(CPPUNIT_TARGET): $(CPPUNIT_OBJECTS) $(QUIET_AR)$(AR) $(ARFLAGS) $@ $(CPPUNIT_OBJECTS) |