From 12daf453b882535bf6ed61785888f5196b50202d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Aug 1996 19:28:44 +0000 Subject: [PATCH] (paths-force): Don't print a message. --- Makefile.in | 1 - 1 file changed, 1 deletion(-) 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.$$$$ \ -- 2.39.2