We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4eea2 commit 175c25aCopy full SHA for 175c25a
src/interfaces/ecpg/test/Makefile
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.49 2005/06/02 12:35:11 meskes Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.50 2005/06/30 07:01:57 neilc Exp $
2
3
subdir = src/interfaces/ecpg/test
4
top_builddir = ../../../..
@@ -23,12 +23,12 @@ all: $(TESTS)
23
24
test_informix: test_informix.o
25
$(CC) $(CFLAGS) $(LDFLAGS) -L../compatlib -L../ecpglib -L ../pgtypeslib -L../../libpq $^ $(LIBS) -lpgtypes -lecpg -lecpg_compat -lpq $(PTHREAD_LIBS) -o $@
26
-
+
27
%.c: %.pgc
28
- $(ECPG) $<
+ $(ECPG) -o $@ -I$(srcdir) $<
29
30
test_informix.c: test_informix.pgc
31
- $(ECPG) -C INFORMIX -r no_indicator $<
+ $(ECPG) -o $@ -C INFORMIX -r no_indicator $<
32
33
clean:
34
rm -f $(TESTS) $(TESTS:%=%.o) $(TESTS:%=%.c) log
0 commit comments