Date: Friday, January 19, 2007 @ 19:44:43
  Author: marc
    Path: /cvsroot/carob/carob

Modified: GNUmakefile (1.19 -> 1.20)

Added ldd checklib


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


Index: carob/GNUmakefile
diff -u carob/GNUmakefile:1.19 carob/GNUmakefile:1.20
--- carob/GNUmakefile:1.19      Wed Jan 17 10:58:27 2007
+++ carob/GNUmakefile   Fri Jan 19 19:44:42 2007
@@ -150,7 +150,7 @@
 # Useful to detect unresolved symbols in our lib
 checklib:  ${LIB_CAROB_LIB}
        - ${CXX} ${CXXFLAGS} ${CPPFLAGS} dummymain.cpp $< ${CLIENT_LDLIBS} -o $@
-       ${LDD} ./$<
+       ${LDD} ./$< ./$@
 
 checkstatic: ${LIB_CAROB_STATIC}
        ${CXX} ${CXXFLAGS} ${CPPFLAGS} dummymain.cpp $< ${LDFLAGS} ${LDLIBS} 
${CLIENT_LDLIBS} -o $@

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

Reply via email to