summaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-05-08 12:13:35 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-05-08 12:13:35 +0000
commit7d5beed06c96ca53f73730871bd425288dde697e (patch)
tree06c983c57bf4fccc88d221a84c34472f6cbe11cb /binutils/Makefile.am
parent51b6bf45cb50005d0c497c3b9f1baba4273f3353 (diff)
downloadbinutils-redhat-7d5beed06c96ca53f73730871bd425288dde697e.tar.gz
* Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
LC and LANG environment vars. * Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index d57f7f8347..e492cb3841 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -158,7 +158,7 @@ CC_FOR_TARGET = ` \
check-DEJAGNU: site.exp
srcdir=`cd $(srcdir) && pwd`; export srcdir; \
r=`pwd`; export r; \
- LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \