* 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:
Bill Cox 1994-06-09 13:54:28 +00:00
parent a4b4f52058
commit 64bb143c6b
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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 ; \