Fix assorted issues with build and install paths containing spaces.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1f5e6cd90590742f4344e423826dae09306d755b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-14T20:39:47Z
Releases: 8.2.22
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.

Files

PathChange+/−
config/mkinstalldirs modified +5 −3
src/Makefile.shlib modified +1 −1
src/makefiles/pgxs.mk modified +1 −1
src/pl/plperl/GNUmakefile modified +1 −1
src/pl/plpython/Makefile modified +1 −1
src/pl/tcl/Makefile modified +1 −1
src/test/regress/GNUmakefile modified +6 −6