summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-22 19:28:44 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-22 19:28:44 +0000
commit12daf453b882535bf6ed61785888f5196b50202d (patch)
tree4e1cda4da9a5d9367f22feb1754fc02046e73721 /Makefile.in
parent0a0dca737453cfbd50eb7e1d1fba13c1c0f1805a (diff)
downloademacs-12daf453b882535bf6ed61785888f5196b50202d.tar.gz
(paths-force): Don't print a message.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 920149e2f43..d2de5a46139 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -203,7 +203,6 @@ 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
- @echo "Producing \`src/paths.h' from \`src/paths.in'."
@(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
sed < ${srcdir}/src/paths.in > paths.h.$$$$ \