summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-06 13:23:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-06 13:23:43 +0200
commit2334596a6d7cad51e5590728a27eceee4c252e10 (patch)
tree932abe33adff1e4f795e853219905d63c1511444 /build
parent51e16fbcbc5b70f3b3d6709bb8c49b5afb499c3c (diff)
Adjust include path for bundled build
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index c9ea751..89a8fde 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -10,7 +10,7 @@ project_name := CLI
#
build := build-0.3
--include $(dir $(lastword $(MAKEFILE_LIST)))$(build)/bootstrap.make
+-include $(dir $(lastword $(MAKEFILE_LIST)))../../$(build)/bootstrap.make
ifeq ($(patsubst %build/bootstrap.make,,$(lastword $(MAKEFILE_LIST))),)
include $(build)/bootstrap.make