From 4d2e78e43d289e6a59348e6e58237b0bc810f209 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 15 Jul 2010 13:32:08 +0000 Subject: [PATCH] (CVS_ROOT): Quote. (LEMI_CVS_ROOT): Likewise. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ddb8193..bb28c9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,8 +13,8 @@ LIBCHISE_OPTS = $(OPTS) XEMACS_OPTS = @xemacs_configure_args@ --pdump @xemacs_opts@ --without-xim --with-database=berkdb FONTS_OPTS = $(OPTS) -CVS_ROOT = @cvs_root@ -LEMI_CVS_ROOT = @lemi_cvs_root@ +CVS_ROOT = "@cvs_root@" +LEMI_CVS_ROOT = "@lemi_cvs_root@" XEMACS_PACKAGES_URL = http://ftp.xemacs.org/pub/xemacs/packages/ all: build-concord build-libchise -- 1.7.10.4