Date: Tuesday, April 17, 2007 @ 12:07:17
  Author: marc
    Path: /cvsroot/carob/libmysequoia/ldtest

Modified: Makefile (1.7 -> 1.8)

Fixed bug where override was linked to orig by accident


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


Index: libmysequoia/ldtest/Makefile
diff -u libmysequoia/ldtest/Makefile:1.7 libmysequoia/ldtest/Makefile:1.8
--- libmysequoia/ldtest/Makefile:1.7    Tue Apr 17 11:06:04 2007
+++ libmysequoia/ldtest/Makefile        Tue Apr 17 12:07:17 2007
@@ -15,7 +15,7 @@
        ${CXX} ${DOLIB} $? -o $@
 
 liboverride.so: override.c liborig.so
-       ${CXX} ${DOLIB} -L. ${OVERLIBFLAGS} $? -o $@
+       ${CXX} ${DOLIB} -L. ${OVERLIBFLAGS} override.c -o $@
 
 
 plugin.so: plugin.c liborig.so

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

Reply via email to