diff options
| author | Paul Eggert | 1997-11-24 19:50:22 +0000 |
|---|---|---|
| committer | Paul Eggert | 1997-11-24 19:50:22 +0000 |
| commit | fc5b5c51b24669f894e6be2fb29586bde0209995 (patch) | |
| tree | bdf97f8dfbfd546a877feea8cdd4a0ebfc1586ca /src | |
| parent | b771d0da6d954dfa72d3712418c792d5261a1098 (diff) | |
| download | emacs-fc5b5c51b24669f894e6be2fb29586bde0209995.tar.gz emacs-fc5b5c51b24669f894e6be2fb29586bde0209995.zip | |
(strftime.o):
No need to compile with -Dstrftime=emacs_strftime any more.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 235e3781ba0..7d48c54c5c7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1066,7 +1066,6 @@ scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) | |||
| 1066 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1066 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 1067 | blockinput.h category.h charset.h $(config_h) | 1067 | blockinput.h category.h charset.h $(config_h) |
| 1068 | strftime.o: strftime.c $(config_h) | 1068 | strftime.o: strftime.c $(config_h) |
| 1069 | $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $< | ||
| 1070 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ | 1069 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ |
| 1071 | $(config_h) | 1070 | $(config_h) |
| 1072 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 1071 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |