From 4ac9ba769e14a2fa31aa9b71c3e28a02b0a6618d Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 8 Jul 2002 10:34:38 +0000 Subject: [PATCH] (ARC_DIR_PREFIX): New variable. (ARC_DIR): Use `ARC_DIR_PREFIX'. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32aad19..6b085a9 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ VERSION_SPECIFIC_LISPDIR = NONE GOMI = *.elc VERSION = $(API).$(RELEASE) -ARC_DIR = /home/tomo/public_html/comp/emacsen/lisp/semi/semi-$(API)-for-flim-$(FLIM_API) +ARC_DIR_PREFIX = /home/kanji/tomo/public_html/comp/emacsen/lisp +ARC_DIR = $(ARC_DIR_PREFIX)/semi/semi-$(API)-for-flim-$(FLIM_API) elc: -- 1.7.10.4