diff options
| author | Gerd Moellmann | 1999-11-22 14:44:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-22 14:44:00 +0000 |
| commit | caeb7756e5961bc62e5f326c01506c566ddab9da (patch) | |
| tree | 2875210860c4782d96ab88297332232441fbff89 | |
| parent | 371f58d5d8f753e56c9605ec6bb88a630f9c4e8f (diff) | |
| download | emacs-caeb7756e5961bc62e5f326c01506c566ddab9da.tar.gz emacs-caeb7756e5961bc62e5f326c01506c566ddab9da.zip | |
No need to generate subdirs.el.
| -rw-r--r-- | leim/makefile.nt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/leim/makefile.nt b/leim/makefile.nt index da12e6f1411..7eb688a2225 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt | |||
| @@ -137,8 +137,8 @@ $(dot)$(dot)/src/emacs: | |||
| 137 | $(SUBDIRS): | 137 | $(SUBDIRS): |
| 138 | mkdir $@ | 138 | mkdir $@ |
| 139 | echo stamp>stamp-subdir | 139 | echo stamp>stamp-subdir |
| 140 | echo (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >subdirs.el | 140 | # echo (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >subdirs.el |
| 141 | echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el | 141 | # echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el |
| 142 | 142 | ||
| 143 | # Rule to generate quail/*.el from CXTERM-DIC/*.tit. | 143 | # Rule to generate quail/*.el from CXTERM-DIC/*.tit. |
| 144 | $(TIT): | 144 | $(TIT): |
| @@ -158,7 +158,7 @@ install: all | |||
| 158 | - $(DEL) $(INSTALLDIR)\same-dir.tst | 158 | - $(DEL) $(INSTALLDIR)\same-dir.tst |
| 159 | echo SameDirTest > $(INSTALLDIR)\same-dir.tst | 159 | echo SameDirTest > $(INSTALLDIR)\same-dir.tst |
| 160 | if not exist same-dir.tst $(CP) leim-list.el $(INSTALLDIR) | 160 | if not exist same-dir.tst $(CP) leim-list.el $(INSTALLDIR) |
| 161 | if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR) | 161 | # if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR) |
| 162 | if not exist same-dir.tst $(CP_DIR) quail $(INSTALLDIR)\quail | 162 | if not exist same-dir.tst $(CP_DIR) quail $(INSTALLDIR)\quail |
| 163 | if not exist same-dir.tst $(CP_DIR) skk $(INSTALLDIR)\skk | 163 | if not exist same-dir.tst $(CP_DIR) skk $(INSTALLDIR)\skk |
| 164 | - $(DEL) $(INSTALLDIR)\same-dir.tst | 164 | - $(DEL) $(INSTALLDIR)\same-dir.tst |