# HG changeset patch # User Eli Zaretskii # Date 999764989 0 # Node ID db1c733efb7d57cad737d8f84d5709d8b9e60b0d # Parent f42d47b9353b77afb951c518c20166b1dbda3bd8 (install): Don't copy sc.el. diff -r f42d47b9353b -r db1c733efb7d lisp/makefile.nt --- a/lisp/makefile.nt Thu Sep 06 08:25:53 2001 +0000 +++ b/lisp/makefile.nt Thu Sep 06 08:29:49 2001 +0000 @@ -256,7 +256,6 @@ 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