diff options
author | Bill Cox <bill@cygnus> | 1994-06-09 13:54:28 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-06-09 13:54:28 +0000 |
commit | 64bb143c6b37bd128f2dd1fae06c0c9a6496b667 (patch) | |
tree | 9fe7077dea9ce092d41c6a363b2e9a384a5e9f26 | |
parent | a4b4f5205874ff2b856aad63a4298f7eb205262f (diff) | |
download | gdb-64bb143c6b37bd128f2dd1fae06c0c9a6496b667.zip gdb-64bb143c6b37bd128f2dd1fae06c0c9a6496b667.tar.gz gdb-64bb143c6b37bd128f2dd1fae06c0c9a6496b667.tar.bz2 |
* Makefile.in (check): Delete ld.new dependency so that a regression
test doesn't trigger a rebuild of the linker.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 41cdc4d..8ba4a81 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 a53c700..ace304a 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 ; \ |