comparison 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
comparison
equal deleted inserted replaced
35204:5ff35be3bb08 35205:7132f10900a7
1 # Makefile for GNU Emacs. 1 # Makefile for GNU Emacs.
2 # Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000 Free Software Foundation, Inc. 2 # Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000, 2001
3 # Free Software Foundation, Inc.
3 4
4 # This file is part of GNU Emacs. 5 # This file is part of GNU Emacs.
5 6
6 # GNU Emacs is free software; you can redistribute it and/or modify 7 # GNU Emacs is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
832 or may not be included in ${obj}, but they are always included in 833 or may not be included in ${obj}, but they are always included in
833 ${SOME_MACHINE_OBJECTS}. Since a file is processed when it is mentioned 834 ${SOME_MACHINE_OBJECTS}. Since a file is processed when it is mentioned
834 for the first time, this prevents any variation between configurations 835 for the first time, this prevents any variation between configurations
835 in the contents of the DOC file. 836 in the contents of the DOC file.
836 Likewise for ${SOME_MACHINE_LISP}. */ 837 Likewise for ${SOME_MACHINE_LISP}. */
837 ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} 838 ${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP}
838 -rm -f ${etc}DOC 839 -rm -f ${etc}DOC
839 ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC 840 ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
840 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp} 841 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}
841 842
842 ${libsrc}make-docfile: 843 ${libsrc}make-docfile: