summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-12 23:33:25 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-12 23:33:48 +0100
commit7eac2e42882fc36816b8b1f79e85abbe21bd40a0 (patch)
tree0b1d973893086e36009495a88c3a971f023cba81 /config_host.mk.in
parenta61928d2f7512d573e598b23c7fd3cf341f97780 (diff)
BUILDDIR should be presumably set to ... BUILDDIR :)
Change-Id: Ia59aca8cc5c224af3bcecf79ee983afcacc80f76
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 1 insertions, 1 deletions
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@