Mercurial > emacs
changeset 26539:b4efea8791e6
No need to generate subdirs.el.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 22 Nov 1999 14:44:00 +0000 |
parents | 2b6c9eccb075 |
children | 224b06716349 |
files | leim/makefile.nt |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.nt Mon Nov 22 14:41:25 1999 +0000 +++ b/leim/makefile.nt Mon Nov 22 14:44:00 1999 +0000 @@ -137,8 +137,8 @@ $(SUBDIRS): mkdir $@ echo stamp>stamp-subdir - echo (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >subdirs.el - echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el +# echo (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >subdirs.el +# echo (normal-top-level-add-subdirs-to-load-path)) >>subdirs.el # Rule to generate quail/*.el from CXTERM-DIC/*.tit. $(TIT): @@ -158,7 +158,7 @@ - $(DEL) $(INSTALLDIR)\same-dir.tst echo SameDirTest > $(INSTALLDIR)\same-dir.tst if not exist same-dir.tst $(CP) leim-list.el $(INSTALLDIR) - if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR) +# if not exist same-dir.tst $(CP) subdirs.el $(INSTALLDIR) if not exist same-dir.tst $(CP_DIR) quail $(INSTALLDIR)\quail if not exist same-dir.tst $(CP_DIR) skk $(INSTALLDIR)\skk - $(DEL) $(INSTALLDIR)\same-dir.tst