summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:43:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:43:11 +0200
commit92b2cfe4098c7d49420f126a5902594fcb7069a1 (patch)
treef093b27eaf82462fc4134ea8ba8b801fa3c4a539 /Makefile
parent328a0648998cd683782c433b22d09f1c60c6c3fb (diff)
first prereq
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