changeset 56292:d7735d732373

(${etc}DOC): Fix file name of make-docfile.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Jun 2004 19:31:30 +0000
parents 9f2593e56a2a
children f27d5d17fde5
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jun 30 17:12:39 2004 +0000
+++ b/src/Makefile.in	Wed Jun 30 19:31:30 2004 +0000
@@ -928,7 +928,7 @@
    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}