This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / mh-e / Makefile.bc
index 38d14c2..00b9069 100644 (file)
@@ -1,11 +1,13 @@
 #
-# $Id: Makefile.bc,v 1.1 1995/01/10 12:28:22 morioka Exp $
+# $Id: Makefile.bc,v 6.1 1995/05/16 12:20:36 morioka Exp $
 #
 
 .SUFFIXES:     .el .elc
 
+BATCH  = $(EMACS) -batch ../loadpath -f eval-current-buffer .
+
 .el.elc:
-       $(EMACS) -batch -q . -f batch-byte-compile $<
+       $(BATCH) -l mh-e -f batch-byte-compile $<
 
 
 mh-e3: tm-mh-e.elc tm-mh-e3.elc
@@ -14,15 +16,5 @@ mh-e4:       tm-mh-e.elc
 
 
 tm-mh-e.elc:   tm-mh-e.el
-       $(EMACS) -batch -q . -l $(TLDIR)/tl-str.el -l $(TLDIR)/tl-list.el \
-               -l $(TLDIR)/tl-header.el -l $(TLDIR)/tl-$(EMACS_TYPE).el \
-               -l $(TMDIR)/tm-$(EMACS_TYPE).el -l $(TMDIR)/tiny-mime.el \
-               -l $(TMDIR)/tm-misc.el -l mh-e \
-               -f batch-byte-compile $<
 
 tm-mh-e3.elc:  tm-mh-e3.el
-       $(EMACS) -batch -q . -l $(TLDIR)/tl-str.el -l $(TLDIR)/tl-list.el \
-               -l $(TLDIR)/tl-header.el -l $(TLDIR)/tl-$(EMACS_TYPE).el \
-               -l $(TMDIR)/tm-$(EMACS_TYPE).el -l $(TMDIR)/tiny-mime.el \
-               -l $(TMDIR)/tm-misc.el -l mh-e -l tm-mh-e.el \
-               -f batch-byte-compile $<