From 8b5b51ce5df809290ebb5fbc58e37a289bd5bd2e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Apr 1995 00:30:07 +0000 Subject: [PATCH] (strftime.o): Define strftime as emacs_strftime. --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5