Date: Monday, January 22, 2007 @ 17:27:09
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.43 -> 1.44)

Added missing "rm static" in clean target


-------------+
 GNUmakefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.43 carob/test/GNUmakefile:1.44
--- carob/test/GNUmakefile:1.43 Mon Jan 22 17:02:42 2007
+++ carob/test/GNUmakefile      Mon Jan 22 17:27:09 2007
@@ -76,7 +76,7 @@
        ${CXX} ${CXXFLAGS} $^ ${LDFLAGS} -lgmp -lcppunit ${LDLIBS} 
${CLIENT_LDLIBS} -o $@
 
 clean: clean-check
-       ${RM} ${TESTOBJS} CarobTestLauncher.o ${EXE}
+       ${RM} ${TESTOBJS} CarobTestLauncher.o ${EXE} static
 
 testslist:
        { printf "# To update me, delete me.\nTESTSRCS = \\\\\n" ; for i in \

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to