diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-31 04:20:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-31 04:20:00 +0000 |
commit | 26b572e4d9b30c24630bdfd8f12c43e8507a77b0 (patch) | |
tree | 1bec17c0ccce9836ab6d7b793331ffedb895c5d1 /bfd | |
parent | 7909261f79d82699793a3d58e2a34138ef32a97a (diff) | |
download | ppe42-binutils-26b572e4d9b30c24630bdfd8f12c43e8507a77b0.tar.gz ppe42-binutils-26b572e4d9b30c24630bdfd8f12c43e8507a77b0.zip |
Makefile.in (check, installcheck): Identify directory in "no testsuites"
message.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f27e206735..53c8108ad5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index d8b984823d..05fc6f9b26 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) |