tm 6.19.1
[elisp/tm.git] / mh-e / Makefile
index 9ac79c3..0f77453 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 2.0 1995/04/28 05:28:00 morioka Exp morioka $
+# $Id: Makefile,v 4.0 1995/05/01 19:07:47 morioka Exp morioka $
 #
 
 # Please specify emacs executables:
@@ -9,7 +9,7 @@
 #      MULE2   = for MULE 2.* (based on Emacs 19.*)
 
        NEMACS  = nemacs
-       MULE1   = mule
+       MULE1   = mule1
        ORIG19  = emacs19
        MULE2   = mule2
 
        TMDIR18 = /usr/local/lib/emacs/local.lisp/tm
        TMDIR19 = /usr/local/lib/mule/site-lisp
 
-
 nemacs:
-       make -f Makefile.bc tm-mh-e.elc EMACS=$(NEMACS) EMACS_TYPE=nemacs
+       make -f Makefile.bc tm-mh-e.elc EMACS=$(NEMACS)
 
 mule1:
-       make -f Makefile.bc tm-mh-e.elc EMACS=$(MULE1) EMACS_TYPE=mule
+       make -f Makefile.bc tm-mh-e.elc EMACS=$(MULE1)
 
 install-18:
        -chmod +w $(TMDIR18)/tm-mh-e*.el
@@ -35,10 +34,10 @@ install-18:
 
 
 orig19:
-       make -f Makefile.bc mh-e4 EMACS=$(ORIG19) EMACS_TYPE=orig
+       make -f Makefile.bc mh-e4 EMACS=$(ORIG19)
 
 mule2:
-       make -f Makefile.bc mh-e4 EMACS=$(MULE2) EMACS_TYPE=mule
+       make -f Makefile.bc mh-e4 EMACS=$(MULE2)
 
 install-19:
        -chmod +w $(TMDIR19)/tm-mh-e*.el