diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-01-30 18:56:34 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-01-30 18:56:34 +0000 |
commit | e0c7e9dfa9a1f1febb73237a028c9418b4bd9e80 (patch) | |
tree | 6c4fe761784340bf8ea749c3a12dee310460ea79 /src/makefile.nt | |
parent | acfcd5cdf125bca6bc4a1ee716ba28e6d9414913 (diff) | |
download | emacs-e0c7e9dfa9a1f1febb73237a028c9418b4bd9e80.tar.gz |
Remove dosfns.obj.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index ea8025ecb34..e16ee2ed087 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -477,19 +477,6 @@ $(BLD)\doprnt.obj : \ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\src\config.h -$(BLD)\dosfns.obj : \ - $(SRC)\dosfns.c \ - $(EMACS_ROOT)\src\s\ms-w32.h \ - $(EMACS_ROOT)\src\m\intel386.h \ - $(EMACS_ROOT)\src\config.h \ - $(SRC)\lisp.h \ - $(SRC)\buffer.h \ - $(SRC)\termchar.h \ - $(SRC)\termhooks.h \ - $(SRC)\frame.h \ - $(SRC)\dosfns.h \ - $(SRC)\msdos.h - $(BLD)\editfns.obj : \ $(SRC)\editfns.c \ $(EMACS_ROOT)\src\s\ms-w32.h \ |