diff options
-rw-r--r-- | lib-src/makefile.nt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 4353f873263..29bb209b1ad 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -161,7 +161,8 @@ lisp= \ $(lispdir)\winnt.elc \ $(lispdir)\float-sup.elc \ $(lispdir)\vc-hooks.elc \ - $(lispdir)\version.el + $(lispdir)\version.el \ + $(lispdir)\dos-nt.elc DOC = DOC $(DOC): $(BLD)\make-docfile.exe |