]> code.delx.au - gnu-emacs/commitdiff
($(TIT)): Don't depend on $(SUBDIRS).
authorAndrew Innes <andrewi@gnu.org>
Sun, 10 Feb 2002 22:27:05 +0000 (22:27 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 10 Feb 2002 22:27:05 +0000 (22:27 +0000)
($(MISC_DIC)): Ditto.

leim/ChangeLog
leim/makefile.w32-in

index fbfd8b0dd6110076dfa240619c14e4dbe3fe287e..bb41cd5ee23bc094c23c8c970680711af43a38c0 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-10  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
+       ($(MISC_DIC)): Ditto.
+
 2002-02-06  Richard M. Stallman  <rms@gnu.org>
 
        * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
index 318cf00ac5b321bd613afe90fcd290eb89ce2bd3..300e5bc06c2c4c78d826c1c99299387e2f2da583 100644 (file)
@@ -130,6 +130,11 @@ WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC_DIC)
 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 @@ $(SUBDIRS):
 .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 @@ $(TIT):   $(SUBDIRS)
            -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)