summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:20:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:20:46 +0100
commitb4c24c8ee4081fff087ca113c7d0087d4462e5aa (patch)
treec91cfe82c500dbf8ee126fc2361eb6d24378a685 /Makefile
parentb608c5a7dc38765319cc5f7cb32d35fcb0701d08 (diff)
parent72d93163012bc54c99ba5cd589f583fbf2c0dad6 (diff)
update todo, resolv conflict
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d7b0e9f1b..da620cbe4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
_UNLIMIT= __limit=$$(ulimit -dH 2>/dev/null); \
test -n "$$__limit" && ulimit -dS $$__limit;
-all: .prereq_done
+all: checkreloc .prereq_done
@${_UNLIMIT} ${GMAKE_INV} all
v: .prereq_done
@@ -224,4 +224,7 @@ NO_ERROR=0
@touch .adkinit
@touch $@
-.PHONY: prereq prereq-noerror
+checkreloc:
+ @bash scripts/reloc.sh
+
+.PHONY: prereq prereq-noerror checkreloc