diff options
| author | Andrew Innes | 2000-02-06 23:36:06 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-02-06 23:36:06 +0000 |
| commit | 3191b142671a95ecd1520add72f4b95c7ab54963 (patch) | |
| tree | 342d54bbaa41fccea8858d896104e0a1d6db08df /lib-src/makefile.nt | |
| parent | 59ddecde2a4f18fd12ae9a0ffb0089861f00f8cf (diff) | |
| download | emacs-3191b142671a95ecd1520add72f4b95c7ab54963.tar.gz emacs-3191b142671a95ecd1520add72f4b95c7ab54963.zip | |
(ETAGSOBJ): Remove reference to obsolete alloca.obj.
(CTAGSOBJ): Ditto.
($$(BLD)\alloca.obj): Delete obsolete dependency rule.
Diffstat (limited to 'lib-src/makefile.nt')
| -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 \ | |||
| 37 | $(BLD)\movemail.exe \ | 37 | $(BLD)\movemail.exe \ |
| 38 | $(BLD)\fakemail.exe \ | 38 | $(BLD)\fakemail.exe \ |
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | # don't know what (if) to do with these yet... | 41 | # don't know what (if) to do with these yet... |
| 42 | # | 42 | # |
| 43 | # $(BLD)\sorted-doc.exe \ | 43 | # $(BLD)\sorted-doc.exe \ |
| @@ -80,8 +80,7 @@ ETAGSOBJ = $(BLD)\etags.obj \ | |||
| 80 | $(BLD)\getopt.obj \ | 80 | $(BLD)\getopt.obj \ |
| 81 | $(BLD)\getopt1.obj \ | 81 | $(BLD)\getopt1.obj \ |
| 82 | $(BLD)\ntlib.obj \ | 82 | $(BLD)\ntlib.obj \ |
| 83 | $(BLD)\regex.obj \ | 83 | $(BLD)\regex.obj |
| 84 | $(BLD)\alloca.obj | ||
| 85 | 84 | ||
| 86 | 85 | ||
| 87 | $(BLD)\etags.exe: $(ETAGSOBJ) | 86 | $(BLD)\etags.exe: $(ETAGSOBJ) |
| @@ -100,8 +99,7 @@ CTAGSOBJ = $(BLD)\ctags.obj \ | |||
| 100 | $(BLD)\getopt.obj \ | 99 | $(BLD)\getopt.obj \ |
| 101 | $(BLD)\getopt1.obj \ | 100 | $(BLD)\getopt1.obj \ |
| 102 | $(BLD)\ntlib.obj \ | 101 | $(BLD)\ntlib.obj \ |
| 103 | $(BLD)\regex.obj \ | 102 | $(BLD)\regex.obj |
| 104 | $(BLD)\alloca.obj | ||
| 105 | 103 | ||
| 106 | $(BLD)\ctags.exe: ctags.c $(CTAGSOBJ) | 104 | $(BLD)\ctags.exe: ctags.c $(CTAGSOBJ) |
| 107 | $(LINK) -out:$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS) | 105 | $(LINK) -out:$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS) |
| @@ -258,13 +256,6 @@ clean:; - $(DEL) *~ *.pdb DOC* | |||
| 258 | EMACS_ROOT = .. | 256 | EMACS_ROOT = .. |
| 259 | SRC = . | 257 | SRC = . |
| 260 | 258 | ||
| 261 | $(BLD)\alloca.obj : \ | ||
| 262 | $(SRC)\alloca.c \ | ||
| 263 | $(EMACS_ROOT)\src\s\ms-w32.h \ | ||
| 264 | $(EMACS_ROOT)\src\m\intel386.h \ | ||
| 265 | $(EMACS_ROOT)\src\config.h \ | ||
| 266 | $(EMACS_ROOT)\src\blockinput.h | ||
| 267 | |||
| 268 | $(BLD)\b2m.obj : \ | 259 | $(BLD)\b2m.obj : \ |
| 269 | $(SRC)\b2m.c \ | 260 | $(SRC)\b2m.c \ |
| 270 | $(EMACS_ROOT)\src\s\ms-w32.h \ | 261 | $(EMACS_ROOT)\src\s\ms-w32.h \ |