Template Makefile: stupid fix to get it working again.

No idea how I escaped this backslash...

Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
This commit is contained in:
Augustin Cavalier 2014-09-28 17:53:50 -04:00 committed by Jessica Hamilton
parent 611ef1414f
commit cda4988751
2 changed files with 2 additions and 2 deletions

View File

@ -123,6 +123,6 @@ APP_VERSION :=
DRIVER_PATH =
## Include the Makefile-Engine
DEVEL_DIRECTORY := \\
DEVEL_DIRECTORY := \
$(shell findpaths -r "makefile_engine" B_FIND_PATH_DEVELOP_DIRECTORY)
include $(DEVEL_DIRECTORY)/etc/makefile-engine

View File

@ -123,6 +123,6 @@ APP_VERSION :=
DRIVER_PATH =
## Include the Makefile-Engine
DEVEL_DIRECTORY := \\
DEVEL_DIRECTORY := \
$(shell findpaths -r "makefile_engine" B_FIND_PATH_DEVELOP_DIRECTORY)
include $(DEVEL_DIRECTORY)/etc/makefile-engine