From: hades Date: Tue, 27 Mar 2001 16:58:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c5b62123cb4a818c0743488ae7ee8be71a60999b;p=daqdata.git *** empty log message *** --- diff --git a/allParam/test/Makefile b/allParam/test/Makefile index 5b83dc2..fd8e478 100644 --- a/allParam/test/Makefile +++ b/allParam/test/Makefile @@ -29,19 +29,19 @@ ca_test file_test ora_test psql_test tcl_test : $(TIME) ./$@_suite > $@_protocol.txt 2>&1 bin/post_$@.sh -ca_test_v_suite : $(OBJS_V) +ca_test_suite : $(OBJS) $(CC) $(LDFLAGS) suite.o blob/*.o filename/*.o int/*.o string/*.o \ $(LOADCALIBES) -o $@ -file_test_v_suite : $(OBJS_V) +file_test_suite : $(OBJS) $(CC) $(LDFLAGS) suite.o blob/*.o filename/*.o int/*.o string/*.o \ $(LOADFILELIBES) -o $@ -ora_test_v_suite : $(OBJS_V) +ora_test_suite : $(OBJS) $(CC) $(LDFLAGS) suite.o blob/*.o filename/*.o int/*.o string/*.o \ $(LOADORALIBES) -o $@ -psql_test_v_suite : $(OBJS_V) +psql_test_suite : $(OBJS) $(CC) $(LDFLAGS) suite.o blob/*.o filename/*.o int/*.o string/*.o \ $(LOADPSQLLIBES) -o $@ -tcl_test_v_suite : $(OBJS_V) +tcl_test_suite : $(OBJS) $(CC) $(LDFLAGS) suite.o blob/*.o filename/*.o int/*.o string/*.o \ $(LOADTCLLIBES) -o $@