Fix assorted issues with build and install paths containing spaces.

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

Commit: eb5226e02a7cb336dbc17782d8788b178359826e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-14T20:24:45Z
Releases: 8.3.16
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 +6 −6