aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-05-25 19:37:02 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2004-05-25 19:37:02 +0000
commit54b2f3104e7200589cf117686fb10ab5bb33f14e (patch)
treed123b39de6c3546f61e3c9de635f2007bd00b77c /libiberty
parent9abe5d07d9d68c49971af2b93a4f83608a363284 (diff)
downloadgcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.zip
gcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.tar.gz
gcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.tar.bz2
* Makefile.in: Add .NOEXPORT.
From-SVN: r82256
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 82547e2..0bd3266 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-25 Daniel Jacobowitz <drow@false.org>
+
+ * Makefile.in: Add .NOEXPORT.
+
2004-04-29 Douglas B Rupp <rupp@gnat.com>
* mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 78cc4bc..9f95c01 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: