From 6a1b4645d32fab21739c44893cb0dabc68f3beb2 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Mon, 9 May 2011 17:20:33 +0000 Subject: [PATCH] *** empty log message *** --- test/dbapi/DataType/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/dbapi/DataType/Makefile b/test/dbapi/DataType/Makefile index c195b702..c0d772f7 100644 --- a/test/dbapi/DataType/Makefile +++ b/test/dbapi/DataType/Makefile @@ -30,7 +30,7 @@ TARGETS = \ test015 test016 test017 test018 test019 test020 test021 \ test022 test002a test004a test006a test008a test010a \ test012a test014a test016a test018a test020a test022a test002b \ - test004b test006b test016b + test006b test016b ifeq ($(PlatForm), supported) all: $(TARGETS) @@ -54,8 +54,6 @@ test004: longtest.c $(CPlus) -DWITHINDEX $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) test004a: longtest.c $(CPlus) -DWITHTREEINDEX $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) -test004b: longtest.c - $(CPlus) -DWITHTRIEINDEX $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) test005: longlongtest.c $(CPlus) $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) test006: longlongtest.c -- 2.11.4.GIT