summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-18 06:07:25 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-18 06:07:25 +0000
commitd58c5947afc962d5dd1df2dfb114db70340fca1e (patch)
tree6ca652d44d11196809de469213a333720e561abe /Makefile.in
parentb2959c9d78e898089cd15be3af58ba437ce33bfa (diff)
downloademacs-d58c5947afc962d5dd1df2dfb114db70340fca1e.tar.gz
(src/paths.h, paths-force): Rename src/paths.h.in to src/paths.in.
(Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index e1e6c9d0739..7236014e390 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -201,11 +201,11 @@ all: paths-force ${SUBDIR}
removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
# Note that sed is not in /bin on 386bsd.
-src/paths.h: Makefile ${srcdir}/src/paths.h.in
- @echo "Producing \`src/paths.h' from \`src/paths.h.in'."
+src/paths.h: Makefile ${srcdir}/src/paths.in
+ @echo "Producing \`src/paths.h' from \`src/paths.in'."
@(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
- sed < ${srcdir}/src/paths.h.in > paths.h.tmp$$$$ \
+ sed < ${srcdir}/src/paths.in > paths.h.tmp$$$$ \
-e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
-e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
-e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
@@ -227,10 +227,10 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in
# that rule and this one, in a parallel make.
# It is possible for paths.h to be updated twice--but that would happen anyway.
paths-force: FRC src/paths.h
- @echo "Producing \`src/paths.h' from \`src/paths.h.in'."
+ @echo "Producing \`src/paths.h' from \`src/paths.in'."
@(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
- sed < ${srcdir}/src/paths.h.in > paths.h.tmp$$$$ \
+ sed < ${srcdir}/src/paths.in > paths.h.tmp$$$$ \
-e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
-e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
-e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
@@ -263,7 +263,7 @@ blessmail: ${SUBDIR_MAKEFILES} src FRC
Makefile: Makefile.in config.status
./config.status
-src/Makefile: src/Makefile.in.in config.status
+src/Makefile: src/Makefile.in config.status
./config.status
lib-src/Makefile: lib-src/Makefile.in config.status