tm 6.19.1
[elisp/tm.git] / Makefile.bc
index 68d1fac..175bac7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.bc,v 4.0 1995/04/27 21:05:48 morioka Exp $
+# $Id: Makefile.bc,v 5.0 1995/05/10 17:48:56 morioka Exp $
 #
 
 TM_EL  = signature.el \
@@ -10,10 +10,12 @@ TM_EL       = signature.el \
 TM_ELC = ${TM_EL:el=elc}
 ALL_EL = $(TM_EL) tm-vm.el tm-setup.el mime-setup.el
 
+BATCH  = $(EMACS) -batch -q .lpath.el -f eval-current-buffer
+
 .SUFFIXES:     .el .elc
 
 .el.elc:
-       $(EMACS) -batch -l .lpath.el -f batch-byte-compile $<
+       $(BATCH) -f batch-byte-compile $<
 
 
 all:   $(TM_ELC)