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:
parent
0a0dca7374
commit
12daf453b8
@ -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.$$$$ \
|
||||
|
Loading…
Reference in New Issue
Block a user