summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-06-20 13:53:54 +0000
committerLute Kamstra <lute@gnu.org>2005-06-20 13:53:54 +0000
commiteecbd7a54f33d2d911eef6826f13a58c84e77140 (patch)
treee9e2a62d512359ac5bb968a02d4fc94737e1ed41 /Makefile.in
parent3684e856224c3c435d39de9db78c01a7c339b5fc (diff)
downloademacs-eecbd7a54f33d2d911eef6826f13a58c84e77140.tar.gz
(epaths-force): Protect both lisppath and buildlisppath from whitespace.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9753017d72d..1b4a3d8c36b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -260,8 +260,8 @@ epaths-force: FRC
x_default_search_path=`echo ${x_default_search_path}`; \
gamedir=`echo ${gamedir}`; \
sed < ${srcdir}/src/epaths.in > epaths.h.$$$$ \
- -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
- -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
+ -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${lisppath}"'";' \
+ -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
-e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
-e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
-e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \