diff options
| author | Geoff Voelker | 1998-12-08 23:55:20 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-12-08 23:55:20 +0000 |
| commit | e4f553e64648bf7141066d4e32f281c8400a4c86 (patch) | |
| tree | 08d61d9be6b885fb95cb3a843af508e129ebe827 | |
| parent | 8816386c055a4f573712a19c939e7f49c98ec24b (diff) | |
| download | emacs-e4f553e64648bf7141066d4e32f281c8400a4c86.tar.gz emacs-e4f553e64648bf7141066d4e32f281c8400a4c86.zip | |
(install) [COPY_LISP_SOURCE]: Fix end of conditional.
| -rw-r--r-- | lisp/makefile.nt | 2 |
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 |