diff --git a/ld/ChangeLog b/ld/ChangeLog index 41cdc4dbad..8ba4a81185 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/Makefile.in b/ld/Makefile.in index a53c700105..ace304a6e5 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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 ; \