From: DJ Delorie Date: Tue, 25 May 2004 20:03:59 +0000 (+0000) Subject: merge from gcc X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0cb2db3ae1aed36ef1500450205a86467d9886a3;p=deliverable%2Fbinutils-gdb.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 82547e29bf..0bd3266ca3 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2004-05-25 Daniel Jacobowitz + + * Makefile.in: Add .NOEXPORT. + 2004-04-29 Douglas B Rupp * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 78cc4bca86..9f95c01327 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -1057,3 +1057,6 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION) +# Don't export variables to the environment, in order to not confuse +# configure. +.NOEXPORT: