# HG changeset patch # User Geoff Voelker # Date 913161320 0 # Node ID 088714863cc91b0ba321ab9068fe37fcf80743ae # Parent da77f7e4d27294ee2490e3182f052ff7bebf4ea7 (install) [COPY_LISP_SOURCE]: Fix end of conditional. diff -r da77f7e4d272 -r 088714863cc9 lisp/makefile.nt --- 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