diff options
author | DJ Delorie <dj@redhat.com> | 2004-12-08 18:55:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-12-08 18:55:40 +0000 |
commit | abe84df79712306f5edbbea4b5e35dc63920fb42 (patch) | |
tree | 66791b539c2d5d6cee1ddb6bac5dd37635962d57 /libiberty/Makefile.in | |
parent | 434c4c77514a50f07e210d26c337698b037bb773 (diff) | |
download | gdb-abe84df79712306f5edbbea4b5e35dc63920fb42.zip gdb-abe84df79712306f5edbbea4b5e35dc63920fb42.tar.gz gdb-abe84df79712306f5edbbea4b5e35dc63920fb42.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index e09aaa1..ffa4ba5 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -413,10 +413,6 @@ maintainer-clean-subdir: config.h $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir $(CONFIGURED_OFILES): stamp-picdir -# Don't export variables to the environment, in order to not confuse -# configure. -.NOEXPORT: - # The dependencies in the remainder of this file are automatically # generated by "make maint-deps". Manual edits will be lost. @@ -1061,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: |