Fix TWS requirement in definitions.mk

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

Test: make
Change-Id: I4f8e127218ffbf55a3e11600569f0100e914d2e2
diff --git a/core/definitions.mk b/core/definitions.mk
index ded969b..51eeadc 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -3234,7 +3234,7 @@
 ##
 ## $(1): path to validate
 define try-validate-path-is-subdir
-$(strip 
+$(strip \
     $(if $(filter /%,$(1)),
         $(1) starts with a slash
     )