From 2293431822da97c16fa7176b8c4fcfe71dfc7f70 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 6 Sep 2001 08:29:49 +0000 Subject: [PATCH] (install): Don't copy sc.el. --- lisp/makefile.nt | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 2dd6970cc65..3c94429091e 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -256,7 +256,6 @@ install: if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail - if not exist .\same-dir.tst $(CP) mail\sc.el $(INSTALL_DIR)\lisp\mail if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international -- 2.39.5