add installcheck target
This commit is contained in:
parent
1a14993cd9
commit
76019c92cd
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
Mon Mar 22 14:57:18 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* coff-mips.c (ecoff_set_symbol_info): Relocate encapsulated stabs
|
* coff-mips.c (ecoff_set_symbol_info): Relocate encapsulated stabs
|
||||||
|
|
|
@ -135,6 +135,7 @@ all: Makefile $(TARGETLIB)
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
installcheck:
|
||||||
|
|
||||||
info dvi : force
|
info dvi : force
|
||||||
@$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
|
@$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
|
||||||
|
|
Loading…
Reference in a new issue