From: Stefan Monnier Date: Wed, 30 Jun 2004 19:31:30 +0000 (+0000) Subject: (${etc}DOC): Fix file name of make-docfile. X-Git-Tag: ttn-vms-21-2-B4~5592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8edacacd994b7d2fcea73577793dcdb02bc59553;p=emacs.git (${etc}DOC): Fix file name of make-docfile. --- diff --git a/src/Makefile.in b/src/Makefile.in index 0d75221acfa..f473888cc5d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -928,7 +928,7 @@ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} for the first time, this prevents any variation between configurations in the contents of the DOC file. Likewise for ${SOME_MACHINE_LISP}. */ -${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP} +${etc}DOC: ${libsrc}make-docfile${EXEEXT} ${obj} ${shortlisp} ${SOME_MACHINE_LISP} -rm -f ${etc}DOC ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}