]> git.eshelyaron.com Git - emacs.git/commitdiff
(${etc}DOC): Fix file name of make-docfile.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Jun 2004 19:31:30 +0000 (19:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 30 Jun 2004 19:31:30 +0000 (19:31 +0000)
src/Makefile.in

index 0d75221acfa33a3717710e9be06bb9801caf9237..f473888cc5d96574dfdd3c9cae02a70196ac4336 100644 (file)
@@ -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}