Date: Wednesday, January 24, 2007 @ 15:09:58
  Author: marc
    Path: /cvsroot/carob/carob/contrib/CPP

Modified: Makefile (1.4 -> 1.5)

fixed clean target


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


Index: carob/contrib/CPP/Makefile
diff -u carob/contrib/CPP/Makefile:1.4 carob/contrib/CPP/Makefile:1.5
--- carob/contrib/CPP/Makefile:1.4      Fri Jan 19 14:33:45 2007
+++ carob/contrib/CPP/Makefile  Wed Jan 24 15:09:58 2007
@@ -42,4 +42,4 @@
 static: ${OBJS} lib${LIB_CAROB}.a
        ${CXX} $^ ${LDFLAGS} -o $@
 clean:
-       ${RM} ${TESTOBJS} ${EXE}
+       ${RM} ${OBJS} ${EXE}

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

Reply via email to