From: Paul Eggert Date: Mon, 24 Nov 1997 19:50:22 +0000 (+0000) Subject: ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/00a626598b52f88c3beca367ece0e98b3753875f ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime. --- diff --git a/src/makefile.nt b/src/makefile.nt index 7abd0ebb9a..f6eebf1b93 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -908,7 +908,6 @@ $(BLD)\strftime.obj : \ $(EMACS_ROOT)\src\s\ms-w32.h \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h - $(CC) $(CFLAGS) -Dstrftime=emacs_strftime -Fo$@ strftime.c $(BLD)\sunfns.obj : \ $(SRC)\sunfns.c \