aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-06-09 13:54:28 +0000
committerBill Cox <bill@cygnus>1994-06-09 13:54:28 +0000
commit64bb143c6b37bd128f2dd1fae06c0c9a6496b667 (patch)
tree9fe7077dea9ce092d41c6a363b2e9a384a5e9f26 /ld/Makefile.in
parenta4b4f5205874ff2b856aad63a4298f7eb205262f (diff)
downloadgdb-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.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 ; \