From 7eac2e42882fc36816b8b1f79e85abbe21bd40a0 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 12 Dec 2012 23:33:25 +0100 Subject: BUILDDIR should be presumably set to ... BUILDDIR :) Change-Id: Ia59aca8cc5c224af3bcecf79ee983afcacc80f76 --- config_host.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index accf9fd7ba18..fd12153c57c7 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -10,7 +10,7 @@ # to get them into invoked external configures and override pkg-config there. gb_SPACE:=$(gb_SPACE) $(gb_SPACE) export SRC_ROOT=@SRC_ROOT@ -export BUILDDIR=@SRC_ROOT@ +export BUILDDIR=@BUILDDIR@ export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@ export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@ -- cgit