ソースを参照

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