Date: Thursday, December 22, 2005 @ 13:52:00
  Author: marc
    Path: /cvsroot/carob/carob

Modified: Makefile (1.27 -> 1.28)

do not remove so symbolic link but silently fail if exists instead.


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


Index: carob/Makefile
diff -u carob/Makefile:1.27 carob/Makefile:1.28
--- carob/Makefile:1.27 Mon Dec 19 19:41:57 2005
+++ carob/Makefile      Thu Dec 22 13:52:00 2005
@@ -78,8 +78,7 @@
 
 ${LIB_CAROB_LIB}: ${OBJS}
        ${CXX} ${LDFLAGS} -o ${LIB_CAROB_LIB} ${OBJS}
-       ${RM} ${LIB_CAROB_LIB_SHORT}
-       ${LN} ${LIB_CAROB_LIB} ${LIB_CAROB_LIB_SHORT}
+       - ${LN} ${LIB_CAROB_LIB} ${LIB_CAROB_LIB_SHORT}
 
 ${LIB_CAROB_STATIC}: ${OBJS}
        ar ${ARFLAGS} ${LIB_CAROB_STATIC} ${OBJS}       

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

Reply via email to