pgsql: Fix assorted issues with build and install paths containing spac

Started by Tom Laneabout 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Fix assorted issues with build and install paths containing spaces.

Apparently there is no buildfarm critter exercising this case after all,
because it fails in several places. With this patch, build, install,
check-world, and installcheck-world pass for me on OS X.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/52463867275cfd40a29c0705f43ce67f54c3f78e

Modified Files
--------------
src/Makefile.shlib | 2 +-
src/interfaces/ecpg/test/Makefile | 2 +-
src/makefiles/pgxs.mk | 2 +-
src/pl/plperl/GNUmakefile | 2 +-
src/pl/plpython/Makefile | 4 ++--
src/pl/tcl/Makefile | 2 +-
src/test/regress/GNUmakefile | 8 ++++----
7 files changed, 11 insertions(+), 11 deletions(-)