1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(paths-force): Don't print a message.

This commit is contained in:
Richard M. Stallman 1996-08-22 19:28:44 +00:00
parent 0a0dca7374
commit 12daf453b8

View 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.$$$$ \