aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-12-08 03:13:28 +0000
committerBen Elliston <bje@au.ibm.com>2004-12-08 03:13:28 +0000
commit6e33482eaaa7bf484938ad65aa882054dedf4b9b (patch)
tree01565516a0b851e32997d06afbbaae6be88fc36a /libiberty/Makefile.in
parent36607f990cdcedf36787d16641833ec412794ea5 (diff)
downloadgdb-6e33482eaaa7bf484938ad65aa882054dedf4b9b.zip
gdb-6e33482eaaa7bf484938ad65aa882054dedf4b9b.tar.gz
gdb-6e33482eaaa7bf484938ad65aa882054dedf4b9b.tar.bz2
* Makefile.in (.NOEXPORT): Move above the autogenerated line.
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in7
1 files changed, 4 insertions, 3 deletions
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: