Fix assorted issues with build and install paths containing spaces.

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

Commit: b36f59e93ed26d348ee629972e50b7fb2aac9269
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-14T20:03:20Z
Releases: 8.4.9
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/interfaces/ecpg/test/Makefile modified +1 −1
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 +3 −3