OSDN Git Service

* Makefile.in (.NOEXPORT): Move above the autogenerated line.
authorBen Elliston <bje@au.ibm.com>
Wed, 8 Dec 2004 03:13:28 +0000 (03:13 +0000)
committerBen Elliston <bje@au.ibm.com>
Wed, 8 Dec 2004 03:13:28 +0000 (03:13 +0000)
libiberty/ChangeLog
libiberty/Makefile.in

index 378ee0a..67c6ccb 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-08  Ben Elliston  <bje@au.ibm.com>
+
+       * Makefile.in (.NOEXPORT): Move above the autogenerated line.
+
 2004-12-07  DJ Delorie  <dj@redhat.com>
 
        * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
index ffa4ba5..e09aaa1 100644 (file)
@@ -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: