changeset 43228:c2d0770e7fd8

($(TIT)): Don't depend on $(SUBDIRS). ($(MISC_DIC)): Ditto.
author Andrew Innes <andrewi@gnu.org>
date Sun, 10 Feb 2002 22:26:35 +0000
parents 85b1d4f819c3
children 43c4dadf4735
files leim/makefile.w32-in
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/leim/makefile.w32-in	Sun Feb 10 17:38:32 2002 +0000
+++ b/leim/makefile.w32-in	Sun Feb 10 22:26:35 2002 +0000
@@ -130,6 +130,11 @@
 TIT=$(CHINESE_TIT)
 NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
 
+.SUFFIXES: .elc .el
+
+.el.elc:
+	$(RUN_EMACS) -f batch-byte-compile $<
+
 all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el
 
 # To ensure that we can run Emacs.  This target is ignored (never
@@ -150,7 +155,7 @@
 .NO_PARALLEL: $(TIT) $(MISC_DIC)
 
 # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
-$(TIT):	$(SUBDIRS)
+$(TIT):
 	$(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
 	    --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
 	    -dir quail $(srcdir)/CXTERM-DIC
@@ -158,17 +163,12 @@
 	    -f batch-byte-compile $(TIT:.elc=.el)
 
 # Rule to generate quail/*.el from MISC_DIC/*.tit.
-$(MISC_DIC):	$(SUBDIRS)
+$(MISC_DIC):
 	$(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
 	    -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
 	$(RUN_EMACS)  -l $(buildlisppath)/international/quail \
 	    -f batch-byte-compile $(MISC_DIC:.elc=.el)
 
-.SUFFIXES: .elc .el
-
-.el.elc:
-	$(RUN_EMACS) -f batch-byte-compile $<
-
 leim-list.el: $(SUBDIRS) $(WORLD)
 	$(RUN_EMACS) -l $(buildlisppath)/international/quail \
 	    --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)