From 5de4c2949b50992dd7c5063835301e5ff18e66cb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Dec 2009 17:00:39 +0100 Subject: 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. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 45bcb8e52..5d2279a17 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,9 @@ TOPDIR:= $(shell pwd) PWD:= ${TOPDIR} +ADKVERSION= 0.1.0 +export ADKVERSION + ifneq (${package},) subdir:= package/${package} _subdir_dep:= ${TOPDIR}/.cfg/ADK_HAVE_DOT_CONFIG -- cgit v1.2.3