aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/makefile.nt
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/makefile.nt')
-rw-r--r--lisp/makefile.nt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index 893e4999791..84e24903746 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -225,7 +225,13 @@ install:
225!else 225!else
226 if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp 226 if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp
227 if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp 227 if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp
228 if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp
229 if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp
230 if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell
231 if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell
232 if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp
228 if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp 233 if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp
234 if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp
229 if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp 235 if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp
230 if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp 236 if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp
231 if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp 237 if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp