]> git.eshelyaron.com Git - emacs.git/commitdiff
(paths-force): Don't print a message.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Aug 1996 19:28:44 +0000 (19:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Aug 1996 19:28:44 +0000 (19:28 +0000)
Makefile.in

index 920149e2f431c1b73304b20d200e836e24b0dc9b..d2de5a4613930f4fc9aaba77aa1f96b2d206dff0 100644 (file)
@@ -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.$$$$           \