From a13a0de813a30307e3f8c41ae93fb8cc11a64553 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 26 Jun 2002 01:12:32 +0000 Subject: 2002-06-25 H.J. Lu * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated. --- ld/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/Makefile.in') diff --git a/ld/Makefile.in b/ld/Makefile.in index 407aab0..433598c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1564,6 +1564,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 \ -- cgit v1.1