aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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