aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-01-31 04:20:00 +0000
committerKen Raeburn <raeburn@cygnus>1994-01-31 04:20:00 +0000
commit26b572e4d9b30c24630bdfd8f12c43e8507a77b0 (patch)
tree1bec17c0ccce9836ab6d7b793331ffedb895c5d1 /bfd/Makefile.in
parent7909261f79d82699793a3d58e2a34138ef32a97a (diff)
downloadfsf-binutils-gdb-26b572e4d9b30c24630bdfd8f12c43e8507a77b0.zip
fsf-binutils-gdb-26b572e4d9b30c24630bdfd8f12c43e8507a77b0.tar.gz
fsf-binutils-gdb-26b572e4d9b30c24630bdfd8f12c43e8507a77b0.tar.bz2
Makefile.in (check, installcheck): Identify directory in "no testsuites"
message.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index d8b9848..05fc6f9 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -250,10 +250,10 @@ MAKEOVERRIDES=
.PHONY: check installcheck
check:
- @echo No testsuites exist. Nothing to check.
+ @echo No testsuites exist for the BFD library. Nothing to check.
installcheck:
- @echo No testsuites exist. Nothing to check.
+ @echo No testsuites exist for the BFD library. Nothing to check.
info dvi : force
@$(MAKE) subdir_do DO=$@ "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)