1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-13 14:22:43 +03:00

Fix a number of places where reconfiguring with a different installation

prefix would fail, because the new path did not get propagated to where
it needed to be.  Note this would fail even with --enable-depend.
This commit is contained in:
Tom Lane
2003-12-23 21:56:21 +00:00
parent 358d032f98
commit cd2ad9b944
5 changed files with 19 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.44 2003/11/29 19:52:14 pgsql Exp $
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.45 2003/12/23 21:56:21 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -40,7 +40,7 @@ endif
all: pg_regress
pg_regress: pg_regress.sh GNUmakefile
pg_regress: pg_regress.sh GNUmakefile $(top_builddir)/src/Makefile.global
sed -e 's,@bindir@,$(bindir),g' \
-e 's,@libdir@,$(libdir),g' \
-e 's,@pkglibdir@,$(pkglibdir),g' \