mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
merge from gcc
This commit is contained in:
parent
aeea8b7740
commit
0cb2db3ae1
@ -1,3 +1,7 @@
|
||||
2004-05-25 Daniel Jacobowitz <drow@false.org>
|
||||
|
||||
* Makefile.in: Add .NOEXPORT.
|
||||
|
||||
2004-04-29 Douglas B Rupp <rupp@gnat.com>
|
||||
|
||||
* mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
|
||||
|
@ -1057,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