From: tomo Date: Fri, 1 Aug 2008 03:03:24 +0000 (+0000) Subject: (build-xemacs): Use LC_ALL instead of LANG. X-Git-Tag: chise-base-0_25~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=54869e1bc0bf1613c9df8bde48eed658179bbd39;p=chise%2Fchise-base.git (build-xemacs): Use LC_ALL instead of LANG. (install-apel): Likewise. --- 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