8000 regress: handle VPATH correctly during gpdiff install · zhihuiFan/postgres@dfcfc0d · GitHub
[go: up one dir, main page]

Skip to content

Commit dfcfc0d

Browse files
jchampiojapinli
andcommitted
regress: handle VPATH correctly during gpdiff install
Authored by @japinli, with added quoting by me. Fixes postgres#9. Co-authored-by: Japin <jianping.li@ww-it.cn>
1 parent 8294484 commit dfcfc0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/regress/GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ $(top_builddir)/src/port/pg_config_paths.h: | submake-libpgport
4949

5050
install: all installdirs
5151
$(INSTALL_PROGRAM) pg_regress$(X) '$(DESTDIR)$(pgxsdir)/$(subdir)/pg_regress$(X)'
52-
$(INSTALL_PROGRAM) gpdiff.pl '$(DESTDIR)$(pgxsdir)/$(subdir)/gpdiff.pl'
53-
$(INSTALL_PROGRAM) atmsort.pl '$(DESTDIR)$(pgxsdir)/$(subdir)/atmsort.pl'
54-
$(INSTALL_PROGRAM) atmsort.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/atmsort.pm'
52+
$(INSTALL_PROGRAM) '$(srcdir)/gpdiff.pl' '$(DESTDIR)$(pgxsdir)/$(subdir)/gpdiff.pl'
53+
$(INSTALL_PROGRAM) '$(srcdir)/atmsort.pl' '$(DESTDIR)$(pgxsdir)/$(subdir)/atmsort.pl'
54+
$(INSTALL_PROGRAM) '$(srcdir)/atmsort.pm' '$(DESTDIR)$(pgxsdir)/$(subdir)/atmsort.pm'
5555

5656
installdirs:
5757
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/$(subdir)'

0 commit comments

Comments
 (0)
0