Template Makefile: stupid fix to get it working again.

No idea how I escaped this backslash...

Signed-off-by: Jessica Hamilton <[email protected]>
This commit is contained in:
Augustin Cavalier
2014-09-29 11:44:50 +13:00
committed by Jessica Hamilton
parent 611ef1414f
commit cda4988751
2 changed files with 2 additions and 2 deletions
+1 -1
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