File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.49 2005/06/02 12:35:11 meskes Exp $
1
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.50 2005/06/30 07:01:57 neilc Exp $
2
2
3
3
subdir = src/interfaces/ecpg/test
4
4
top_builddir = ../../../..
@@ -23,12 +23,12 @@ all: $(TESTS)
23
23
24
24
test_informix : test_informix.o
25
25
$(CC ) $(CFLAGS ) $(LDFLAGS ) -L../compatlib -L../ecpglib -L ../pgtypeslib -L../../libpq $^ $(LIBS ) -lpgtypes -lecpg -lecpg_compat -lpq $(PTHREAD_LIBS ) -o $@
26
-
26
+
27
27
% .c : % .pgc
28
- $(ECPG ) $<
28
+ $(ECPG ) -o $@ -I $( srcdir ) $<
29
29
30
30
test_informix.c : test_informix.pgc
31
- $(ECPG ) -C INFORMIX -r no_indicator $<
31
+ $(ECPG ) -o $@ -C INFORMIX -r no_indicator $<
32
+
32
33
clean :
33
34
rm -f $(TESTS ) $(TESTS:%=%.o ) $(TESTS:%=%.c ) log
34
-
You can’t perform that action at this time.
0 commit comments