diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 13:45:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 13:45:47 +0100 |
commit | fa330c259421fad6bd1968ece48f66cc90a171de (patch) | |
tree | ac1435c9cb6bb15c692503f1d8f74a3c4eace9a2 /Makefile | |
parent | 377aefacd0109640c9929ce0611a7e05e4d63f49 (diff) |
fix some files, when someone moves the top directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |