# HG changeset patch # User Andrew Innes # Date 949880166 0 # Node ID e4461431c0466d4a65fb6abd6fae35ee39a3d301 # Parent ee985b928a88f06435794e8ec3fcac438a6a20ed (ETAGSOBJ): Remove reference to obsolete alloca.obj. (CTAGSOBJ): Ditto. ($$(BLD)\alloca.obj): Delete obsolete dependency rule. diff -r ee985b928a88 -r e4461431c046 lib-src/makefile.nt --- a/lib-src/makefile.nt Sat Feb 05 16:50:32 2000 +0000 +++ b/lib-src/makefile.nt Sun Feb 06 23:36:06 2000 +0000 @@ -37,7 +37,7 @@ $(BLD)\movemail.exe \ $(BLD)\fakemail.exe \ - + # don't know what (if) to do with these yet... # # $(BLD)\sorted-doc.exe \ @@ -80,8 +80,7 @@ $(BLD)\getopt.obj \ $(BLD)\getopt1.obj \ $(BLD)\ntlib.obj \ - $(BLD)\regex.obj \ - $(BLD)\alloca.obj + $(BLD)\regex.obj $(BLD)\etags.exe: $(ETAGSOBJ) @@ -100,8 +99,7 @@ $(BLD)\getopt.obj \ $(BLD)\getopt1.obj \ $(BLD)\ntlib.obj \ - $(BLD)\regex.obj \ - $(BLD)\alloca.obj + $(BLD)\regex.obj $(BLD)\ctags.exe: ctags.c $(CTAGSOBJ) $(LINK) -out:$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS) @@ -258,13 +256,6 @@ EMACS_ROOT = .. SRC = . -$(BLD)\alloca.obj : \ - $(SRC)\alloca.c \ - $(EMACS_ROOT)\src\s\ms-w32.h \ - $(EMACS_ROOT)\src\m\intel386.h \ - $(EMACS_ROOT)\src\config.h \ - $(EMACS_ROOT)\src\blockinput.h - $(BLD)\b2m.obj : \ $(SRC)\b2m.c \ $(EMACS_ROOT)\src\s\ms-w32.h \