Fix TWS requirement in definitions.mk

Removing this TWS breaks the build. Add a backslash to avoid
needing it.

Test: make
Change-Id: I4f8e127218ffbf55a3e11600569f0100e914d2e2
This commit is contained in:
Anton Hansson 2018-10-03 13:38:00 +01:00
parent ec382da316
commit a0f91bd506
1 changed files with 1 additions and 1 deletions

View File

@ -3234,7 +3234,7 @@ endif
##
## $(1): path to validate
define try-validate-path-is-subdir
$(strip
$(strip \
$(if $(filter /%,$(1)),
$(1) starts with a slash
)