Date: Wednesday, November 16, 2005 @ 17:51:28
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.6 -> 1.7)

clean removes only OBJS.o instead of *.o


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


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.6 carob/test/GNUmakefile:1.7
--- carob/test/GNUmakefile:1.6  Tue Nov 15 11:04:22 2005
+++ carob/test/GNUmakefile      Wed Nov 16 17:51:27 2005
@@ -46,7 +46,7 @@
        ${CXX} ${LDFLAGS} -o $@ $^
 
 clean:
-       ${RM} *.o ${EXE}
+       ${RM} ${TESTOBJS} ${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