From a0f91bd50693e16a615f0095d23064916646645a Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 3 Oct 2018 13:38:00 +0100 Subject: Fix TWS requirement in definitions.mk Removing this TWS breaks the build. Add a backslash to avoid needing it. Test: make Change-Id: I4f8e127218ffbf55a3e11600569f0100e914d2e2 --- core/definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/definitions.mk b/core/definitions.mk index ded969b6eb..51eeadc4b5 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -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 ) -- cgit v1.2.3