]> granicus.if.org Git - postgresql/commitdiff
Remove dead reference to ecpg resultmap file.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Oct 2018 15:42:15 +0000 (11:42 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Oct 2018 15:42:28 +0000 (11:42 -0400)
I missed this in my prior commit because it doesn't matter in non-VPATH
builds.

Per buildfarm.

src/interfaces/ecpg/test/Makefile

index 8eedcf39dc813f353045271d548ee803df22eab9..c761a4dcb0d0a6cdd29a51e31cf21d610d7782dc 100644 (file)
@@ -68,7 +68,7 @@ $(top_builddir)/src/port/pg_config_paths.h: $(top_builddir)/src/Makefile.global
 # $(srcdir) to the build directory.
 
 ifdef VPATH
-remaining_files_src := $(wildcard $(srcdir)/*/*.pgc) $(wildcard $(srcdir)/expected/*.c) $(wildcard $(srcdir)/expected/*.stdout) $(wildcard $(srcdir)/expected/*.stderr) $(srcdir)/resultmap
+remaining_files_src := $(wildcard $(srcdir)/*/*.pgc) $(wildcard $(srcdir)/expected/*.c) $(wildcard $(srcdir)/expected/*.stdout) $(wildcard $(srcdir)/expected/*.stderr)
 remaining_files_build := $(patsubst $(srcdir)/%, $(abs_builddir)/%, $(remaining_files_src))
 
 all: $(remaining_files_build)