From: Richard M. Stallman Date: Thu, 22 Aug 1996 19:28:44 +0000 (+0000) Subject: (paths-force): Don't print a message. X-Git-Tag: emacs-20.1~4046 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12daf453b882535bf6ed61785888f5196b50202d;p=emacs.git (paths-force): Don't print a message. --- 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.$$$$ \