From 0cb2db3ae1aed36ef1500450205a86467d9886a3 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 25 May 2004 20:03:59 +0000 Subject: merge from gcc --- libiberty/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/Makefile.in') diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 78cc4bca864..9f95c01327f 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: -- cgit v1.2.1