From caeb7756e5961bc62e5f326c01506c566ddab9da Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 22 Nov 1999 14:44:00 +0000 Subject: [PATCH] No need to generate subdirs.el. --- leim/makefile.nt | 6 +++--- 1 file 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: $(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 @@ install: all - $(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 -- 2.39.5