Date: Thursday, March 15, 2007 @ 18:33:58
  Author: marc
    Path: /cvsroot/carob/carob

Modified: GNUmakefile (1.29 -> 1.30)

moved rm src/*.o out of "clean-lib" target to "clean"


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


Index: carob/GNUmakefile
diff -u carob/GNUmakefile:1.29 carob/GNUmakefile:1.30
--- carob/GNUmakefile:1.29      Tue Mar 13 15:07:17 2007
+++ carob/GNUmakefile   Thu Mar 15 18:33:58 2007
@@ -126,8 +126,9 @@
        ./configure --clean
 
 clean: clean-lib clean-test clean-doc clean-check
+       ${RM} ${SRCDIR}/*.o 
 clean-lib:
-       ${RM} ${SRCDIR}/*.o ${LIB_CAROB_SONAME} ${LIB_CAROB_LINKNAME} 
${LIB_CAROB_REALNAME} ${LIB_CAROB_STATIC}
+       ${RM} ${LIB_CAROB_SONAME} ${LIB_CAROB_LINKNAME} ${LIB_CAROB_REALNAME} 
${LIB_CAROB_STATIC}
 clean-test:
        $(MAKE) -C test clean
 clean-doc:

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

Reply via email to