From 73254051b196497dfee9ab89eb0c2f60cc305819 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 21 Nov 2013 13:47:53 +0100 Subject: [PATCH] makefile engine: Improve template makefile Use findpaths to find the makefile-engine to include. This addresses the remaining aspect of #10011. I.e. the package can now also be installed in home. --- data/develop/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/develop/makefile b/data/develop/makefile index 51681517d5..41c1ca2a01 100644 --- a/data/develop/makefile +++ b/data/develop/makefile @@ -140,4 +140,6 @@ APP_VERSION = DRIVER_PATH = ## include the makefile-engine -include $(BUILDHOME)/etc/makefile-engine +DEVEL_DIRECTORY := \ + $(shell findpaths -r "makefile_engine" B_FIND_PATH_DEVELOP_DIRECTORY) +include $(DEVEL_DIRECTORY)/etc/makefile-engine