瀏覽代碼

Ensure gmake is installed for 'make test'

Bryan Drewery 14 年之前
父節點
當前提交
e9363d712c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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