aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1998-12-08 23:55:20 +0000
committerGeoff Voelker1998-12-08 23:55:20 +0000
commite4f553e64648bf7141066d4e32f281c8400a4c86 (patch)
tree08d61d9be6b885fb95cb3a843af508e129ebe827
parent8816386c055a4f573712a19c939e7f49c98ec24b (diff)
downloademacs-e4f553e64648bf7141066d4e32f281c8400a4c86.tar.gz
emacs-e4f553e64648bf7141066d4e32f281c8400a4c86.zip
(install) [COPY_LISP_SOURCE]: Fix end of conditional.
-rw-r--r--lisp/makefile.nt2
1 files changed, 1 insertions, 1 deletions
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
46 if not exist .\same-dir.tst for %%f in ( $(topdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp 46 if not exist .\same-dir.tst for %%f in ( $(topdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp
47 if not exist .\same-dir.tst for %%f in ( $(maildontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\mail 47 if not exist .\same-dir.tst for %%f in ( $(maildontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\mail
48 if not exist .\same-dir.tst for %%f in ( $(playdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\play 48 if not exist .\same-dir.tst for %%f in ( $(playdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\play
49!endif
50 if not exist .\same-dir.tst for %%f in ( $(interdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\international 49 if not exist .\same-dir.tst for %%f in ( $(interdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\international
51 - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst 50 - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst
51!endif
52 52
53# 53#
54# Maintenance 54# Maintenance