(epaths-force): Protect both lisppath and buildlisppath from whitespace.
This commit is contained in:
parent
cc4cb0f5cb
commit
eb7c6f2062
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-19 J,bi(Br,bt(Bme Marant <jerome@marant.org>
|
||||
|
||||
* Makefile.in (epaths-force): Protect both lisppath and
|
||||
buildlisppath from whitespace.
|
||||
|
||||
2005-06-08 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* configure.in: Support Darwin/MacOSX on Intel
|
||||
|
|
|
@ -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}";' \
|
||||
|
|
Loading…
Add table
Reference in a new issue