aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-26 11:37:55 +0000
committerRichard M. Stallman1999-02-26 11:37:55 +0000
commitc138b63bf4eb0a4ccf99419a143aabfd14329eea (patch)
treeb9e36edefba8d05c2059d9cb807c85d7fb451c9c
parentfac8eeff5542b91ec6c0bea8ee26e225c10882c6 (diff)
downloademacs-c138b63bf4eb0a4ccf99419a143aabfd14329eea.tar.gz
emacs-c138b63bf4eb0a4ccf99419a143aabfd14329eea.zip
(epaths-force): Renamed from paths-force;
operate on epaths.in and produce epaths.h.
-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}
206 206
207removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' 207removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
208 208
209# Generate paths.h from paths.in. This target is invoked by `configure'. 209# Generate epaths.h from epaths.in. This target is invoked by `configure'.
210paths-force: FRC 210epaths-force: FRC
211 @(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ 211 @(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
212 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ 212 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
213 x_default_search_path=`echo ${x_default_search_path}`; \ 213 x_default_search_path=`echo ${x_default_search_path}`; \
214 sed < ${srcdir}/src/paths.in > paths.h.$$$$ \ 214 sed < ${srcdir}/src/epaths.in > epaths.h.$$$$ \
215 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ 215 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
216 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ 216 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
217 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \ 217 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
@@ -220,7 +220,7 @@ paths-force: FRC
220 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \ 220 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
221 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \ 221 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
222 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \ 222 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
223 ${srcdir}/move-if-change paths.h.$$$$ src/paths.h 223 ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
224 224
225# For parallel make, src should be build before leim. 225# For parallel make, src should be build before leim.
226leim: src 226leim: src