瀏覽代碼

first prereq

Waldemar Brodkorb 10 年之前
父節點
當前提交
92b2cfe409
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@
 _UNLIMIT=	__limit=$$(ulimit -dH 2>/dev/null); \
 		test -n "$$__limit" && ulimit -Sd $$__limit; ulimit -n 1024;
 
-all: checkreloc .prereq_done
+all: .prereq_done checkreloc
 	@${_UNLIMIT} ${GMAKE_INV} all
 
 v: .prereq_done