From: Ben Elliston Date: Wed, 8 Dec 2004 03:13:28 +0000 (+0000) Subject: * Makefile.in (.NOEXPORT): Move above the autogenerated line. X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e33482eaaa7bf484938ad65aa882054dedf4b9b;p=external%2Fbinutils.git * Makefile.in (.NOEXPORT): Move above the autogenerated line. --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 378ee0a..67c6ccb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2004-12-08 Ben Elliston + + * Makefile.in (.NOEXPORT): Move above the autogenerated line. + 2004-12-07 DJ Delorie * splay-tree.c (splay_tree_delete_helper): Redesign the logic so diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index ffa4ba5..e09aaa1 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -413,6 +413,10 @@ 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. @@ -1057,6 +1061,3 @@ $(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: