make/common/Execute.gmk
branchihse-setupexecute-branch
changeset 57228 f802ad9cf3bc
parent 57159 0258a6f7d03f
child 58833 ed9ef56bc7d5
--- a/make/common/Execute.gmk	Fri Feb 08 13:13:51 2019 +0100
+++ b/make/common/Execute.gmk	Fri Mar 01 11:32:38 2019 +0100
@@ -140,7 +140,7 @@
         ifneq ($$($1_INFO), )
 	  $$(call LogInfo, $$($1_INFO))
         endif
-	$$(call MakeDir, $$($1_SUPPORT_DIR) $$($1_OUTPUT_DIR))
+	$$(call MakeDir, $$(call EncodeSpace, $$($1_SUPPORT_DIR)) $$(call EncodeSpace, $$($1_OUTPUT_DIR)))
 	$$(call ExecuteWithLog, $$($1_BASE)_exec, \
 	    $$($1_COMMAND))
         ifeq ($$($1_EXEC_RESULT), $$($1_EXEC_MARKER))