Mercurial > emacs
diff lisp/makefile.nt @ 23833:088714863cc9
(install) [COPY_LISP_SOURCE]: Fix end of conditional.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Tue, 08 Dec 1998 23:55:20 +0000 |
| parents | cfb05eddeb55 |
| children | 5df541fa3e2b |
line wrap: on
line diff
--- a/lisp/makefile.nt Tue Dec 08 16:04:52 1998 +0000 +++ b/lisp/makefile.nt Tue Dec 08 23:55:20 1998 +0000 @@ -46,9 +46,9 @@ if not exist .\same-dir.tst for %%f in ( $(topdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp if not exist .\same-dir.tst for %%f in ( $(maildontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\mail if not exist .\same-dir.tst for %%f in ( $(playdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\play -!endif if not exist .\same-dir.tst for %%f in ( $(interdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\international - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst +!endif # # Maintenance
