aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-06-26 01:12:32 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-06-26 01:12:32 +0000
commita13a0de813a30307e3f8c41ae93fb8cc11a64553 (patch)
treea6c821c531784162650d84a89a7cb5f046988e1d /gas/Makefile.in
parent93e0c1ccea6aa172ea39c7d554070b0e7ffa5670 (diff)
downloadgdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.zip
gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.gz
gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.bz2
2002-06-25 H.J. Lu <hjl@gnu.org>
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
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 fd808ae..4365c3f 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -2802,6 +2802,7 @@ check-DEJAGNU: site.exp
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
export TCL_LIBRARY; \
fi; \
+ LC_ALL=C; export LC_ALL; \
runtest=$(RUNTEST); \
cd testsuite; \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \