diff options
author | DJ Delorie <dj@redhat.com> | 2004-05-25 20:03:59 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-05-25 20:03:59 +0000 |
commit | 0cb2db3ae1aed36ef1500450205a86467d9886a3 (patch) | |
tree | 391fe8fc7da5a11d5760cfb729014cecb66c5377 /libiberty/Makefile.in | |
parent | aeea8b774057c96bec4973d7bd582226e204ef56 (diff) | |
download | gdb-0cb2db3ae1aed36ef1500450205a86467d9886a3.zip gdb-0cb2db3ae1aed36ef1500450205a86467d9886a3.tar.gz gdb-0cb2db3ae1aed36ef1500450205a86467d9886a3.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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: |