* Makefile.in (check): Delete ld.new dependency so that a regression
authorBill Cox <bill@cygnus>
Thu, 9 Jun 1994 13:54:28 +0000 (13:54 +0000)
committerBill Cox <bill@cygnus>
Thu, 9 Jun 1994 13:54:28 +0000 (13:54 +0000)
  test doesn't trigger a rebuild of the linker.

ld/ChangeLog
ld/Makefile.in

index 41cdc4dbaddb1a24118098ee830a0caf1e5da72f..8ba4a81185c16ca5bed9bff2b623a505d692caaf 100644 (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
index a53c70010544782afea49cda6d07273e0ab15edb..ace304a6e51f500fe2f31cd4ea68e69282b16027 100644 (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 ; \