From 64bb143c6b37bd128f2dd1fae06c0c9a6496b667 Mon Sep 17 00:00:00 2001 From: Bill Cox Date: Thu, 9 Jun 1994 13:54:28 +0000 Subject: [PATCH] * Makefile.in (check): Delete ld.new dependency so that a regression test doesn't trigger a rebuild of the linker. --- ld/ChangeLog | 5 +++++ ld/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 41cdc4dbadd..8ba4a81185c 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 a53c7001054..ace304a6e51 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 ; \ -- 2.30.2