tm 5.21.7
[elisp/tm.git] / Makefile.bc
index 171c47b..dceec18 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.bc,v 1.1 1995/01/12 16:27:01 morioka Exp $
+# $Id: Makefile.bc,v 1.3 1995/01/13 02:59:07 morioka Exp $
 #
 
 TMMEL  = tm-view.el tm-rmail.el tm-comp.el
@@ -36,10 +36,12 @@ tm-misc.elc:        tm-misc.el
                -f batch-byte-compile $<
 
 tm-$(EMACS_TYPE).elc:  tm-$(EMACS_TYPE).el
-       $(EMACS) -batch -q . -l $(TLSRCDIR)/tl-$(EMACS_TYPE).el \
+       $(EMACS) -batch -q . \
+               -l $(TLSRCDIR)/tl-list.el \
+               -l $(TLSRCDIR)/tl-$(EMACS_TYPE).el \
                -f batch-byte-compile $<
 
-$(TMMELC):
+$(TMMELC):     $(TMMEL)
        $(EMACS) -batch -q . \
                -l $(TLSRCDIR)/tl-str.el -l $(TLSRCDIR)/tl-list.el \
                -l $(TLSRCDIR)/tl-header.el \