Makefile.in (check, installcheck): Identify directory in "no testsuites"
message.
This commit is contained in:
parent
7909261f79
commit
26b572e4d9
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user