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
commitbd28c45094b5c6995edce6429d0da58ca6a07772 (patch)
tree5bc17b35b81938ac954d8af22d46c90b39393da3 /Makefile.in
parent4fb4232e8613c73b70c1ca155de780d9774fc0c5 (diff)
downloademacs-bd28c45094b5c6995edce6429d0da58ca6a07772.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.$$$$ \