diff options
| author | Paul Eggert | 1997-11-24 19:50:22 +0000 |
|---|---|---|
| committer | Paul Eggert | 1997-11-24 19:50:22 +0000 |
| commit | 00a626598b52f88c3beca367ece0e98b3753875f (patch) | |
| tree | ed2ae9f3b3dfe0f55b359f3257800cfb194b7951 /src | |
| parent | fc5b5c51b24669f894e6be2fb29586bde0209995 (diff) | |
| download | emacs-00a626598b52f88c3beca367ece0e98b3753875f.tar.gz emacs-00a626598b52f88c3beca367ece0e98b3753875f.zip | |
($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 1 |
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 \ |