Less chatter for ’make info/dir’
* Makefile.in (${srcdir}/info/dir): Tweak shell command so
that an ordinary make says just "GEN info/dir" rather than
also having a seemingly-unrelated mv line.
This commit is contained in:
parent
7aa49c2952
commit
cb80fd0d50
1 changed files with 1 additions and 2 deletions
|
|
@ -991,8 +991,7 @@ ${srcdir}/info/dir: ${info_dir_deps}
|
|||
$(AM_V_at)${MKDIR_P} ${srcdir}/info
|
||||
$(AM_V_GEN)(cd ${srcdir}/doc && \
|
||||
AWK='${AWK}' ../build-aux/make-info-dir ${info_dir_inputs} \
|
||||
) >$@.tmp
|
||||
mv $@.tmp $@
|
||||
) >$@.tmp && mv $@.tmp $@
|
||||
|
||||
INSTALL_DVI = install-emacs-dvi install-lispref-dvi \
|
||||
install-lispintro-dvi install-misc-dvi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue