From 9282ff415550175b865c533af5d2f0668646e39f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 9 Mar 2000 16:41:21 +0000 Subject: [PATCH] 2000-03-09 Andreas Jaeger * Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 9244921..d43d627 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-03-09 Andreas Jaeger + + * Makefile.am (check-DEJAGNU): Also unset LANG. + * Makefile.in: Rebuild. + 2000-03-06 Ian Lance Taylor * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty diff --git a/ld/Makefile.am b/ld/Makefile.am index 84fa583..ff11621 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -664,7 +664,7 @@ TESTBFDLIB = @TESTBFDLIB@ check-DEJAGNU: site.exp srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; export LC_COLLATE LC_ALL; \ + LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ EXPECT=$(EXPECT); export EXPECT; \ if [ -f $(top_builddir)/../expect/expect ]; then \ TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 6ef6a01..e63b320 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1355,7 +1355,7 @@ $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \ check-DEJAGNU: site.exp srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; export LC_COLLATE LC_ALL; \ + LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ EXPECT=$(EXPECT); export EXPECT; \ if [ -f $(top_builddir)/../expect/expect ]; then \ TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ -- 2.7.4