summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b77c4896..a9d510e02 100644
--- a/Makefile
+++ b/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