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.
This commit is contained in:
Ingo Weinhold
2013-11-21 13:47:53 +01:00
parent 676481a5f6
commit 73254051b1
+3 -1
View File
@@ -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