diff options
| author | Richard M. Stallman | 1995-04-10 00:30:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 00:30:07 +0000 |
| commit | 8b5b51ce5df809290ebb5fbc58e37a289bd5bd2e (patch) | |
| tree | 93c72fcba508122c0884070463f1b758e7349ee2 /src/Makefile.in | |
| parent | 9b7bc07699051b2ef7461f378f4aa7b8f90e1f80 (diff) | |
| download | emacs-8b5b51ce5df809290ebb5fbc58e37a289bd5bd2e.tar.gz emacs-8b5b51ce5df809290ebb5fbc58e37a289bd5bd2e.zip | |
(strftime.o): Define strftime as emacs_strftime.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c2505537451..96870ea4b64 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -880,6 +880,7 @@ scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) | |||
| 880 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 880 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 881 | blockinput.h $(config_h) | 881 | blockinput.h $(config_h) |
| 882 | strftime.o: strftime.c $(config_h) | 882 | strftime.o: strftime.c $(config_h) |
| 883 | $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $< | ||
| 883 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) | 884 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) |
| 884 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 885 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 885 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h | 886 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h |