From 5bf90800e283d3f24ba94e451d2220b79f3346e5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 19 Jul 1999 05:14:19 +0000 Subject: [PATCH] (ARC_DIR): Default to "/pub/elisp/mu". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91019c1..52f87a2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ GOMI = *.elc auto-autoloads.el custom-load.el \ FILES = README.?? Makefile MU-MK MU-CFG MU-ELS *.el ChangeLog VERSION = $(API).$(RELEASE) -ARC_DIR = /pub/mule/mu/mu-$(API) +ARC_DIR = /pub/elisp/mu elc: $(EMACS) $(FLAGS) -f compile-mu $(PREFIX) $(LISPDIR) \ -- 1.7.10.4