# HG changeset patch # User Richard M. Stallman # Date 780446942 0 # Node ID d7f2149c5ab87b4cdea1013b3f373956c88d5b13 # Parent 9bb6633dda5a9e59c5bb56727b7f121c851413c8 (strftime.o): New target. (obj): Add strftime.o. diff -r 9bb6633dda5a -r d7f2149c5ab8 src/Makefile.in --- a/src/Makefile.in Sat Sep 24 22:29:40 1994 +0000 +++ b/src/Makefile.in Sat Sep 24 22:49:02 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 GETLOADAVG_OBJ + doprnt.o strftime.o GETLOADAVG_OBJ /* Object files used on some machine or other. These go in the DOC file on all machines @@ -823,8 +823,9 @@ regex.o: regex.c syntax.h buffer.h $(config_h) regex.h frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ buffer.h $(config_h) -scroll.o: scroll.c termchar.h $(config_h) dispextern.h frame.h +scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) search.o: search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h) +strftime.o: strftime.c $(config_h) syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h