From b4482370cfe3ddb03a8b8173d964875afba6f9e4 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 11 Nov 2019 09:04:10 -0600 Subject: [PATCH] Make.defs: Fix nuttxtoolsunlink.sh: Command not found. --- Make.defs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Make.defs b/Make.defs index 674eb4559..bd2e1c56c 100644 --- a/Make.defs +++ b/Make.defs @@ -34,6 +34,8 @@ # ############################################################################ +DELIM ?= $(strip /) + # Application Directories # BUILDIRS is the list of top-level directories containing Make.defs files