File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.35 2001/09/16 16:11:11 petere Exp $
10
+ # $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.36 2002/01/08 21:00:30 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -87,7 +87,7 @@ $(output_files): expected/%.out: output/%.source
87
87
# $(srcdir) to the build directory.
88
88
89
89
ifdef VPATH
90
- remaining_files_src := $(wildcard $(srcdir ) /sql/* .sql) $(wildcard $(srcdir ) /expected/* .out)
90
+ remaining_files_src := $(wildcard $(srcdir ) /sql/* .sql) $(wildcard $(srcdir ) /expected/* .out) $( srcdir ) /resultmap
91
91
remaining_files_build := $(patsubst $(srcdir ) /% , $(abs_builddir ) /% , $(remaining_files_src ) )
92
92
93
93
all : $(remaining_files_build )
You can’t perform that action at this time.
0 commit comments