summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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