From b85d47a767a288c629fd1573c138edd13c7b7ffb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 9 Nov 2014 16:29:27 -0800 Subject: [PATCH] * doc/emacs/Makefile.in (doc-emacsver): Tweak tempfile name. --- doc/emacs/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index d03a9fc6eac..5e53c07451b 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -190,8 +190,8 @@ emacs-xtra.pdf: $(EMACS_XTRA) # So we use this rule, and move-if-change, to avoid that. doc-emacsver: sed 's/[@]version@/${version}/' \ - ${srcdir}/emacsver.texi.in > emacsver.texi.in.$$$$ && \ - ${top_srcdir}/build-aux/move-if-change emacsver.texi.in.$$$$ \ + ${srcdir}/emacsver.texi.in > emacsver.texi.$$$$ && \ + ${top_srcdir}/build-aux/move-if-change emacsver.texi.$$$$ \ ${srcdir}/emacsver.texi .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean infoclean -- 2.11.4.GIT