aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert1997-11-24 19:50:22 +0000
committerPaul Eggert1997-11-24 19:50:22 +0000
commitfc5b5c51b24669f894e6be2fb29586bde0209995 (patch)
treebdf97f8dfbfd546a877feea8cdd4a0ebfc1586ca /src
parentb771d0da6d954dfa72d3712418c792d5261a1098 (diff)
downloademacs-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.in1
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)
1066search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1066search.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)
1068strftime.o: strftime.c $(config_h) 1068strftime.o: strftime.c $(config_h)
1069 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $<
1070syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ 1069syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1071 $(config_h) 1070 $(config_h)
1072sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 1071sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \