From: Rob Savoye Date: Wed, 17 Mar 1993 09:49:40 +0000 (+0000) Subject: Make check target depend on all target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b73dd4a208f57ced178781bfe68556c8943bb819;p=binutils-gdb.git Make check target depend on all target. --- diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index a189884b0e9..8822b655985 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -144,7 +144,7 @@ uninstall: force # -rm -f $(datadir)/*.exp -rm -fr $(targetdir) -check: +check: all $(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) subdir_do: force