From: Gerd Moellmann Date: Wed, 10 Jan 2001 15:24:21 +0000 (+0000) Subject: (${etc}DOC): Depend on ${shortlisp} and X-Git-Tag: emacs-pretest-21.0.96~373 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bffc71d670d20d5ea88aa86dda8b4c04c1bc3073;p=emacs.git (${etc}DOC): Depend on ${shortlisp} and ${SOME_MACHINE_LISP}, not ${lisp}. --- diff --git a/src/Makefile.in b/src/Makefile.in index ec0bde1dce5..724ef9ad40c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,6 @@ # Makefile for GNU Emacs. -# Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000 Free Software Foundation, Inc. +# Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000, 2001 +# Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -834,7 +835,7 @@ emacs: temacs ${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} ${lisp} +${etc}DOC: ${libsrc}make-docfile ${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}