summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-10 00:30:07 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-10 00:30:07 +0000
commitb57c07bd6379a037af6c31ba61c8d9a0d8c8b263 (patch)
tree7f60a2b9c567fa7170a2960a09bf4602a29c7765
parent110119e5b81e64323e696ccd0579f7277a2cd9d2 (diff)
downloademacs-b57c07bd6379a037af6c31ba61c8d9a0d8c8b263.tar.gz
(strftime.o): Define strftime as emacs_strftime.
-rw-r--r--src/Makefile.in1
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)
search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
blockinput.h $(config_h)
strftime.o: strftime.c $(config_h)
+ $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $<
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