From e4f553e64648bf7141066d4e32f281c8400a4c86 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 8 Dec 1998 23:55:20 +0000 Subject: [PATCH] (install) [COPY_LISP_SOURCE]: Fix end of conditional. --- lisp/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 3a492bb5cda..03d66e23f6b 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -46,9 +46,9 @@ install:; - mkdir $(INSTALL_DIR)\lisp 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 -- 2.39.2