diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 9e04218..77a3d52 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; \ |