Explorar el Código

Ensure gmake is installed for 'make test'

Bryan Drewery hace 14 años
padre
commit
e9363d712c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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