diff src/Makefile.in @ 35205:7132f10900a7

(${etc}DOC): Depend on ${shortlisp} and ${SOME_MACHINE_LISP}, not ${lisp}.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Jan 2001 15:24:21 +0000
parents 817d000feda3
children c82aea521924
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jan 10 15:18:48 2001 +0000
+++ b/src/Makefile.in	Wed Jan 10 15:24:21 2001 +0000
@@ -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 @@
    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}