From 2334596a6d7cad51e5590728a27eceee4c252e10 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 6 Sep 2009 13:23:43 +0200 Subject: Adjust include path for bundled build --- build/bootstrap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.1