diff options
| author | Eli Zaretskii | 2001-09-06 08:29:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-06 08:29:49 +0000 |
| commit | 2293431822da97c16fa7176b8c4fcfe71dfc7f70 (patch) | |
| tree | 2b72dcf96d9307bb6a4421a602b6a1aab35f3e49 | |
| parent | c49e491af8709fac5923287d59e5c1fd94612c1b (diff) | |
| download | emacs-2293431822da97c16fa7176b8c4fcfe71dfc7f70.tar.gz emacs-2293431822da97c16fa7176b8c4fcfe71dfc7f70.zip | |
(install): Don't copy sc.el.
| -rw-r--r-- | lisp/makefile.nt | 1 |
1 files changed, 0 insertions, 1 deletions
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: | |||
| 256 | if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp | 256 | if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp |
| 257 | if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp | 257 | if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp |
| 258 | if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail | 258 | if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail |
| 259 | if not exist .\same-dir.tst $(CP) mail\sc.el $(INSTALL_DIR)\lisp\mail | ||
| 260 | if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play | 259 | if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play |
| 261 | if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international | 260 | if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international |
| 262 | if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international | 261 | if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international |