aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
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 /ld/Makefile.am
parent93e0c1ccea6aa172ea39c7d554070b0e7ffa5670 (diff)
downloadfsf-binutils-gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.zip
fsf-binutils-gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.gz
fsf-binutils-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 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 1cee3b7..d6fb821 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1091,6 +1091,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); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
$$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \