Make check target depend on all target.
authorRob Savoye <rob@cygnus>
Wed, 17 Mar 1993 09:49:40 +0000 (09:49 +0000)
committerRob Savoye <rob@cygnus>
Wed, 17 Mar 1993 09:49:40 +0000 (09:49 +0000)
gdb/testsuite/Makefile.in

index a189884b0e96cf2ff38768070c2aa380f8a6dee6..8822b65598564cb3ee9d1675f75d36fad0b91f09 100644 (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
This page took 0.024352 seconds and 4 git commands to generate.