summaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-05-07 09:21:28 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-05-07 09:21:28 +0000
commitef7aa9a283ceb9f1ae01709e0a0c11ff879e77f6 (patch)
tree1d23cf8abe57e4ac8c858d19dd52239a2f1e2c74 /gas/Makefile.in
parent664702edb65155c67f6d7388f9cd46c3fe9654de (diff)
downloadbinutils-redhat-ef7aa9a283ceb9f1ae01709e0a0c11ff879e77f6.tar.gz
* Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 672de79dd6..9e04218f05 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -2409,6 +2409,7 @@ check-DEJAGNU: site.exp
cp site.exp testsuite/site.exp
rootme=`pwd`; export rootme; \
srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
+ LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
EXPECT=${EXPECT} ; export EXPECT ; \
runtest=$(RUNTEST); \
cd testsuite; \