Make check target depend on all target.

This commit is contained in:
Rob Savoye 1993-03-17 09:49:40 +00:00
parent 29aa49d4ab
commit b73dd4a208
1 changed files with 1 additions and 1 deletions

View File

@ -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