aboutsummaryrefslogtreecommitdiff
path: root/binutils/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 /binutils/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 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 2d65eae..e43fe29 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -142,6 +142,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 \
CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \