File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.69 2007/06/12 13:09:58 mha Exp $
1
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.70 2007/06/12 15:00:41 alvherre Exp $
2
2
3
3
subdir = src/interfaces/ecpg/test
4
4
top_builddir = ../../../..
@@ -32,7 +32,7 @@ EXTRADEFS = '-DHOST_TUPLE="$(host_tuple)"' \
32
32
'-DSHELLPROG="$(SHELL ) "' \
33
33
'-DDLSUFFIX="$(DLSUFFIX ) "'
34
34
35
- REGRESSINCLUDES = "-I$(top_builddir ) /src/test/regress"
35
+ REGRESSINCLUDES = "-I$(top_srcdir ) /src/test/regress"
36
36
REGRESSDRIVER = "$(top_builddir ) /src/test/regress/pg_regress.o"
37
37
38
38
all install installdirs uninstall distprep :
@@ -61,7 +61,7 @@ clean distclean maintainer-clean:
61
61
all : pg_regress$(X )
62
62
63
63
pg_regress$(X ) : pg_regress_ecpg.o
64
- $(CC ) $(CFLAGS ) $^ $(REGRESSDRIVER ) $(LDFLAGS ) $(LIBS ) -o $@
64
+ $(CC ) $(CFLAGS ) $^ $(REGRESSDRIVER ) $(REGRESSINCLUDES ) $( LDFLAGS ) $(LIBS ) -o $@
65
65
66
66
# dependencies ensure that path changes propagate
67
67
pg_regress_ecpg.o : pg_regress_ecpg.c $(top_builddir ) /src/port/pg_config_paths.h
You can’t perform that action at this time.
0 commit comments