diff options
author | Paul Eggert <eggert@twinsun.com> | 1997-11-24 19:50:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 1997-11-24 19:50:22 +0000 |
commit | 38d50e2eedd988af5938d2d77b31a9beeed76f7b (patch) | |
tree | c7a019ed6fb3b01b4abd7e581f606b2774b0f691 /src/Makefile.in | |
parent | e3678124a34142d8c83815fae2273cc2b92c087e (diff) | |
download | emacs-38d50e2eedd988af5938d2d77b31a9beeed76f7b.tar.gz |
(strftime.o):
No need to compile with -Dstrftime=emacs_strftime any more.
Diffstat (limited to 'src/Makefile.in')
-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) search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ blockinput.h category.h charset.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 category.h charset.h \ $(config_h) sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |