Date: Friday, November 25, 2005 @ 15:41:41
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.8 -> 1.9)

also clean CarobTestLauncher.o 


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


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.8 carob/test/GNUmakefile:1.9
--- carob/test/GNUmakefile:1.8  Wed Nov 23 16:46:25 2005
+++ carob/test/GNUmakefile      Fri Nov 25 15:41:41 2005
@@ -48,7 +48,7 @@
        ${CXX} ${LDFLAGS} -o $@ $^
 
 clean:
-       ${RM} ${TESTOBJS} ${EXE}
+       ${RM} ${TESTOBJS} CarobTestLauncher.o ${EXE}
 
 testslist:
        { printf "TESTSRCS = " ; for i in Test*cpp; do printf "$$i "; done ; } 
> $@

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

Reply via email to