aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorPaul Eggert1997-11-24 19:50:22 +0000
committerPaul Eggert1997-11-24 19:50:22 +0000
commit00a626598b52f88c3beca367ece0e98b3753875f (patch)
treeed2ae9f3b3dfe0f55b359f3257800cfb194b7951 /src/makefile.nt
parentfc5b5c51b24669f894e6be2fb29586bde0209995 (diff)
downloademacs-00a626598b52f88c3beca367ece0e98b3753875f.tar.gz
emacs-00a626598b52f88c3beca367ece0e98b3753875f.zip
($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index 7abd0ebb9ac..f6eebf1b931 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -908,7 +908,6 @@ $(BLD)\strftime.obj : \
908 $(EMACS_ROOT)\src\s\ms-w32.h \ 908 $(EMACS_ROOT)\src\s\ms-w32.h \
909 $(EMACS_ROOT)\src\m\intel386.h \ 909 $(EMACS_ROOT)\src\m\intel386.h \
910 $(EMACS_ROOT)\src\config.h 910 $(EMACS_ROOT)\src\config.h
911 $(CC) $(CFLAGS) -Dstrftime=emacs_strftime -Fo$@ strftime.c
912 911
913$(BLD)\sunfns.obj : \ 912$(BLD)\sunfns.obj : \
914 $(SRC)\sunfns.c \ 913 $(SRC)\sunfns.c \