add installcheck target

This commit is contained in:
David D. Zuhn 1993-03-23 07:19:06 +00:00
parent 1a14993cd9
commit 76019c92cd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 22 23:18:10 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: added installcheck target
Mon Mar 22 14:57:18 1993 Ian Lance Taylor (ian@cygnus.com)
* coff-mips.c (ecoff_set_symbol_info): Relocate encapsulated stabs

View File

@ -135,6 +135,7 @@ all: Makefile $(TARGETLIB)
MAKEOVERRIDES=
check:
installcheck:
info dvi : force
@$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)