Mercurial > emacs
changeset 9159:b4a9e66f9e7a
(${etc}DOC): Run make-docfile twice--two batches.
(strftime.o, mktime.o): New target.
(obj): Add strftime.o and mktime.o.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Sep 1994 19:50:53 +0000 |
parents | 939488de5d3f |
children | 21ac199719fc |
files | src/Makefile.in |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Sep 27 19:49:25 1994 +0000 +++ b/src/Makefile.in Tue Sep 27 19:50:53 1994 +0000 @@ -456,7 +456,7 @@ eval.o floatfns.o fns.o print.o lread.o \ abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ process.o callproc.o \ - doprnt.o strftime.o GETLOADAVG_OBJ + doprnt.o strftime.o mktime.o GETLOADAVG_OBJ /* Object files used on some machine or other. These go in the DOC file on all machines @@ -619,10 +619,12 @@ #endif /* ! defined (HAVE_SHM) */ #endif /* ! defined (CANNOT_DUMP) */ +# We run make-docfile twice because the command line may get too long +# on some systems. ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} -rm -f ${etc}DOC - ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ - ${lisp} > ${etc}DOC + ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} > ${etc}DOC + ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${lisp} ${libsrc}make-docfile: cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile @@ -811,6 +813,7 @@ lastfile.o: lastfile.c $(config_h) macros.o: macros.c window.h buffer.h commands.h macros.h $(config_h) malloc.o: malloc.c $(config_h) +mktime.o: mktime.c $(config_h) gmalloc.o: gmalloc.c $(config_h) ralloc.o: ralloc.c $(config_h) vm-limit.o: vm-limit.c mem-limits.h $(config_h)