summaryrefslogtreecommitdiff
path: root/gas/Makefile.in
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 /gas/Makefile.in
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 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 9e04218f05..77a3d525a3 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -2409,7 +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; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=${EXPECT} ; export EXPECT ; \
runtest=$(RUNTEST); \
cd testsuite; \