Sfoglia il codice sorgente

Merge branch 'maint'

* maint:
  Ensure gmake is installed for 'make test'
Bryan Drewery 14 anni fa
parent
commit
b83b606355
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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