From 54869e1bc0bf1613c9df8bde48eed658179bbd39 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 1 Aug 2008 03:03:24 +0000 Subject: [PATCH] (build-xemacs): Use LC_ALL instead of LANG. (install-apel): Likewise. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 145aff6..e166e00 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,7 @@ xemacs-chise/src/config.h: cd xemacs-chise && ./configure --with-chise $(XEMACS_OPTS) build-xemacs: config-xemacs - cd xemacs-chise && LANG=C make + cd xemacs-chise && LC_ALL=C make install-xemacs: install-libchise $(BINDIR)/xemacs @@ -76,7 +76,7 @@ $(BINDIR)/xemacs: build-xemacs xemacs-chise/src/xemacs install-apel: install-xemacs apel $(LIBDIR)/xemacs/xemacs-packages -$(SUDO) mkdir $(LIBDIR)/xemacs/site-packages - cd apel && LANG=C $(SUDO) make install-package + cd apel && LC_ALL=C $(SUDO) make install-package install-tomoyo-tools: install-apel tomoyo-tools $(LIBDIR)/xemacs/mule-packages cd tomoyo-tools && $(SUDO) make install -- 1.7.10.4