Selaa lähdekoodia

Ensure gmake is installed for 'make test'

Bryan Drewery 14 vuotta sitten
vanhempi
commit
e9363d712c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      BSDmakefile

+ 1 - 1
BSDmakefile

@@ -14,5 +14,5 @@ clean: check_gmake
 	@gmake clean
 distclean: check_gmake
 	@gmake distclean
-test:
+test: check_gmake
 	@gmake test