recurse through SUBDIRS for dvi target

This commit is contained in:
David D. Zuhn
1993-03-24 21:53:48 +00:00
parent 9da5995603
commit b396a969dd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 24 13:52:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
* Makefile.in: recurse through SUBDIRS for dvi target too
Tue Mar 23 00:10:53 1993 John Gilmore (gnu@cygnus.com)
* symtab.h (struct linetable_entry): Remove confusing comment.

View File

@ -419,8 +419,8 @@ all: gdb
installcheck:
check: force
rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
info: force
$(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
info dvi: force
$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
install-info: force
$(MAKE) $(FLAGS_TO_PASS) DO=install-info "DODIRS=$(SUBDIRS)" subdir_do
clean-info: force