diff options
author | Rob Savoye <rob@cygnus> | 1993-03-17 09:49:40 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-03-17 09:49:40 +0000 |
commit | b73dd4a208f57ced178781bfe68556c8943bb819 (patch) | |
tree | 60af771397c1d8c72317e32cfe348d24f250f04a /gdb/testsuite/Makefile.in | |
parent | 29aa49d4ab674ee90ef6adb3c50b08eb8dbe3b04 (diff) | |
download | gdb-b73dd4a208f57ced178781bfe68556c8943bb819.zip gdb-b73dd4a208f57ced178781bfe68556c8943bb819.tar.gz gdb-b73dd4a208f57ced178781bfe68556c8943bb819.tar.bz2 |
Make check target depend on all target.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r-- | gdb/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index a189884..8822b655 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 |