summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2009-12-20 15:31:55 +0059
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 17:37:03 +0100
commitc26f83a3f04f3281bb4431a1c4ac9a6f7dc55b84 (patch)
tree3bc85104595a6b35c9472bab5fc3f890feb64900 /Makefile
parent89192ea453b664cabb05b0a3037269bf02c3fae2 (diff)
Fix BSD make
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f1d49ed44..0c92ba021 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,6 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-CC?= gcc
-GMAKE?= $(PWD)/scripts/make
-GMAKE_FMK= ${GMAKE} -f $(PWD)/mk/build.mk
-GMAKE_INV= ${GMAKE_FMK} --no-print-directory
-
all: .prereq_done
@${GMAKE_INV} all
@@ -145,11 +140,11 @@ world: .prereq_done
prereq:
@rm -f .prereq_done
- @${MAKE} .prereq_done --no-print-directory
+ @${GMAKE} .prereq_done
prereq-noerror:
@rm -f .prereq_done
- @${MAKE} .prereq_done NO_ERROR=1
+ @${GMAKE} .prereq_done NO_ERROR=1
NO_ERROR=0
.prereq_done: