]> git.eshelyaron.com Git - emacs.git/commitdiff
(install) [COPY_LISP_SOURCE]: Fix end of conditional.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 8 Dec 1998 23:55:20 +0000 (23:55 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 8 Dec 1998 23:55:20 +0000 (23:55 +0000)
lisp/makefile.nt

index 3a492bb5cda2c691d68b4f07b45c20640baad1e3..03d66e23f6b956cea528d95d7ab978089f0fb94e 100644 (file)
@@ -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