diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-02-06 23:36:06 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-02-06 23:36:06 +0000 |
commit | a94f0898f5714be28abd8bb4629bbccd98da3212 (patch) | |
tree | ab0b6078d37d44b44b0b4c07342bb11324caf614 /lib-src | |
parent | 6352c38565ce586e73ab9a88b397218c28b13c38 (diff) | |
download | emacs-a94f0898f5714be28abd8bb4629bbccd98da3212.tar.gz |
(ETAGSOBJ): Remove reference to obsolete alloca.obj.
(CTAGSOBJ): Ditto.
($$(BLD)\alloca.obj): Delete obsolete dependency rule.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.nt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 0962025ec41..0ac4fe8c4f2 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -37,7 +37,7 @@ ALL = $(BLD)\make-docfile.exe \ $(BLD)\movemail.exe \ $(BLD)\fakemail.exe \ - + # don't know what (if) to do with these yet... # # $(BLD)\sorted-doc.exe \ @@ -80,8 +80,7 @@ ETAGSOBJ = $(BLD)\etags.obj \ $(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 @@ CTAGSOBJ = $(BLD)\ctags.obj \ $(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 @@ clean:; - $(DEL) *~ *.pdb DOC* 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 \ |