changeset 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 da77f7e4d272
children ce563c147515
files lisp/makefile.nt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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