diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 2b73d441df73..19ed2ccd99cb 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"