Mercurial > emacs
changeset 11334:8c536ef844ee
(strftime.o): Define strftime as emacs_strftime.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 00:30:07 +0000 |
parents | 53174cfc29fa |
children | 78eda0ee4cba |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Apr 10 00:20:07 1995 +0000 +++ b/src/Makefile.in Mon Apr 10 00:30:07 1995 +0000 @@ -880,6 +880,7 @@ 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