mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
merge from gcc
This commit is contained in:
parent
434c4c7751
commit
abe84df797
@ -1,7 +1,3 @@
|
||||
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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user