Date: Thursday, January 12, 2006 @ 23:42:37
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: GNUmakefile (1.4 -> 1.5)

Added new target "all"


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


Index: odbsequoia/src/GNUmakefile
diff -u odbsequoia/src/GNUmakefile:1.4 odbsequoia/src/GNUmakefile:1.5
--- odbsequoia/src/GNUmakefile:1.4      Wed Jan 11 17:25:05 2006
+++ odbsequoia/src/GNUmakefile  Thu Jan 12 23:42:37 2006
@@ -32,6 +32,7 @@
 OBJS=util.o explicit_type.o env.o connect.o stmt.o abstract_item.o
 CXXFLAGS=-Wall -g3 -I${CAROB_PATH}/include
 
+all: a.out
 
 a.out: simpletest.c ${LIBSHORT}
        c++ -Wall -g3 simpletest.c ${LDFLAGS} -Wl,-rpath -Wl,. -o $@

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

Reply via email to