diff options
| author | Richard M. Stallman | 1994-09-24 22:49:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 22:49:02 +0000 |
| commit | 0df7d18aa0263e5183fd0ed98620df88522c8870 (patch) | |
| tree | 972da231743f6464253eaefb54cfdcb1c27458c9 /src | |
| parent | a8fe806efad80b4f03574f63fdbd9d64ceb9cb42 (diff) | |
| download | emacs-0df7d18aa0263e5183fd0ed98620df88522c8870.tar.gz emacs-0df7d18aa0263e5183fd0ed98620df88522c8870.zip | |
(strftime.o): New target.
(obj): Add strftime.o.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c7fe299dd9d..e927969747f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -456,7 +456,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o window.o \ | |||
| 456 | eval.o floatfns.o fns.o print.o lread.o \ | 456 | eval.o floatfns.o fns.o print.o lread.o \ |
| 457 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ | 457 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ |
| 458 | process.o callproc.o \ | 458 | process.o callproc.o \ |
| 459 | doprnt.o GETLOADAVG_OBJ | 459 | doprnt.o strftime.o GETLOADAVG_OBJ |
| 460 | 460 | ||
| 461 | /* Object files used on some machine or other. | 461 | /* Object files used on some machine or other. |
| 462 | These go in the DOC file on all machines | 462 | These go in the DOC file on all machines |
| @@ -823,8 +823,9 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | |||
| 823 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h | 823 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h |
| 824 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 824 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 825 | buffer.h $(config_h) | 825 | buffer.h $(config_h) |
| 826 | scroll.o: scroll.c termchar.h $(config_h) dispextern.h frame.h | 826 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) |
| 827 | search.o: search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h) | 827 | search.o: search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h) |
| 828 | strftime.o: strftime.c $(config_h) | ||
| 828 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) | 829 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) |
| 829 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 830 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 830 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h | 831 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h |