From 489af08f67c5a7c29cdb1a5a61ab8244138fe756 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 18 Nov 2014 22:47:33 +0000 Subject: [PATCH] Allow dsymutil to exists in a path with spaces in it llvm-svn: 222276 --- lldb/test/make/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 2b73d44..19ed2cc 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -317,7 +317,7 @@ ifneq "$(DYLIB_ONLY)" "YES" $(DSYM) : $(EXE) ifeq "$(OS)" "Darwin" ifneq "$(MAKE_DSYM)" "NO" - $(DS) $(DSFLAGS) -o "$(DSYM)" "$(EXE)" + "$(DS)" $(DSFLAGS) -o "$(DSYM)" "$(EXE)" endif else ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES" -- 2.7.4