Date: Wednesday, March 22, 2006 @ 21:57:28
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: GNUmakefile (1.7 -> 1.8)

Renamed a.out into simpletest


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


Index: odbsequoia/src/GNUmakefile
diff -u odbsequoia/src/GNUmakefile:1.7 odbsequoia/src/GNUmakefile:1.8
--- odbsequoia/src/GNUmakefile:1.7      Wed Mar  8 16:37:19 2006
+++ odbsequoia/src/GNUmakefile  Wed Mar 22 21:57:28 2006
@@ -34,9 +34,9 @@
 OBJS=util.o explicit_type.o env.o connect.o stmt.o abstract_item.o 
descriptors.o descriptors_records.o
 CXXFLAGS=-Wall -g3 -I${CAROB_PATH}/include
 
-all: a.out
+all: simpletest
 
-a.out: simpletest.c ${LIBSHORT}
+simpletest: simpletest.c ${LIBSHORT}
        c++ -Wall -g3 simpletest.c ${LINKODBC} -Wl,-rpath -Wl,. -o $@
 
 # libodbsequoia targets
@@ -61,3 +61,4 @@
        for h in *.hpp; do ln -sf $$h someheader.cpp; \
        printf "compiling $$h\n"; \
        ${CXX} -c ${CXXFLAGS} someheader.cpp; done
+

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

Reply via email to