diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 17:00:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 17:00:39 +0100 |
commit | 5de4c2949b50992dd7c5063835301e5ff18e66cb (patch) | |
tree | ba5ee2fa165c196305264d4cd9dae7f70a5a081a /Makefile | |
parent | 83270395db5c6e016076f0ea593594b057778e05 (diff) |
make iproute compilable on FreeBSD host
make an extra linux-headers dir in STAGING_DIR for special
cases, where host gcc is used, but kernel headers from Linux
are needed. Move GNU make specific export to GNUMakefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -ADKVERSION= 0.1.0 -export ADKVERSION - CC= gcc GMAKE?= $(PWD)/scripts/make GMAKE_FMK= ${GMAKE} -f $(PWD)/mk/build.mk |