浏览代码

Merge branch 'master' into next

* master:
  Ensure gmake is installed for 'make test'
Bryan Drewery 14 年之前
父节点
当前提交
b5b37efa14
共有 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