summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-02-26 11:37:55 +0000
committerRichard M. Stallman <rms@gnu.org>1999-02-26 11:37:55 +0000
commit85a69d7b5ca928252f21078c3b4653467cdbdd98 (patch)
tree26f4fca7206adf5f6daca01657209442d6e1349c /Makefile.in
parent916ed38a45277b14696cb0668d278efba06d6bcf (diff)
downloademacs-85a69d7b5ca928252f21078c3b4653467cdbdd98.tar.gz
(epaths-force): Renamed from paths-force;
operate on epaths.in and produce epaths.h.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 36c6628950c..fb91f92acc8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -206,12 +206,12 @@ all: ${SUBDIR}
removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
-# Generate paths.h from paths.in. This target is invoked by `configure'.
-paths-force: FRC
+# Generate epaths.h from epaths.in. This target is invoked by `configure'.
+epaths-force: FRC
@(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
x_default_search_path=`echo ${x_default_search_path}`; \
- sed < ${srcdir}/src/paths.in > paths.h.$$$$ \
+ sed < ${srcdir}/src/epaths.in > epaths.h.$$$$ \
-e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
-e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
-e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
@@ -220,7 +220,7 @@ paths-force: FRC
-e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
-e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
-e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
- ${srcdir}/move-if-change paths.h.$$$$ src/paths.h
+ ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
# For parallel make, src should be build before leim.
leim: src