From a37b9a508d43159171b962a178bf1247b5bf7787 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 2 Mar 1998 15:10:00 +0000 Subject: [PATCH] tm 6.63 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c19ec1d..96bc1f1 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,11 @@ MULE2 = mule2 # TLDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) # TLDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) -TLDIR18 = /usr/local/lib/emacs/local.lisp -TLDIR19 = /usr/local/lib/mule/site-lisp +#TLDIR18 = /usr/local/lib/emacs/local.lisp +#TLDIR19 = /usr/local/lib/mule/site-lisp -#TLDIR18 = $(HOME)/lib/emacs18/lisp -#TLDIR19 = $(HOME)/lib/emacs19/lisp +TLDIR18 = $(HOME)/lib/emacs18/lisp +TLDIR19 = $(HOME)/lib/emacs19/lisp FILES = tl/README.eng tl/Makefile tl/Makefile.bc tl/loadpath \ tl/*.el tl/doc/*.texi -- 1.7.10.4