Makefile.in (check, installcheck): Identify directory in "no testsuites"

message.
This commit is contained in:
Ken Raeburn 1994-01-31 04:20:00 +00:00
parent 7909261f79
commit 26b572e4d9
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ Sun Jan 30 15:14:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
compiling. Derive BYTES_IN_WORD and ARCH values from sizeof
results.
* Makefile.in (aout-params.h): Pass gen-aout a dummy target name.
(check, installcheck): Identify directory in "no testsuites"
message.
Sun Jan 30 13:25:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)

View File

@ -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)