Makefile.in (check, installcheck): Identify directory in "no testsuites"
authorKen Raeburn <raeburn@cygnus>
Mon, 31 Jan 1994 04:20:00 +0000 (04:20 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 31 Jan 1994 04:20:00 +0000 (04:20 +0000)
message.

bfd/ChangeLog
bfd/Makefile.in

index f27e20673570f4ae98b68e569088b068ecc1f895..53c8108ad50029b07be0a1003938808e6181d468 100644 (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)
 
index d8b984823d612a3decc94a8ae8b47b1850876520..05fc6f9b266ac7e50fc8de83fbf6ab6d63a228d9 100644 (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)