* Makefile.in (check): Delete ld.new dependency so that a regression
test doesn't trigger a rebuild of the linker.
This commit is contained in:
parent
a4b4f52058
commit
64bb143c6b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jun 9 06:52:29 1994 Bill Cox (bill@rtl.cygnus.com)
|
||||
|
||||
* Makefile.in (check): Delete ld.new dependency so that a regression
|
||||
test doesn't trigger a rebuild of the linker.
|
||||
|
||||
Thu Jun 9 00:17:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* ldlang.c (map_input_to_output_sections): For lang_address, call
|
||||
|
|
|
@ -452,7 +452,7 @@ site.exp: ./config.status Makefile
|
|||
-e '1,/^## Variables generated by.*##/ d' >> site.exp
|
||||
-@rm -f ./tmp?
|
||||
|
||||
check: ld.new site.exp
|
||||
check: site.exp
|
||||
@if [ $(host_canonical) = $(target_canonical) ]; then \
|
||||
rootme=`pwd`; export rootme; \
|
||||
srcdir=${srcdir} ; export srcdir ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue