diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 691503053b8b..cba9f03822f7 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -371,7 +371,7 @@ ifeq "$(OS)" "Darwin" $(LD) $(LDFLAGS) $(DYLIB_OBJECTS) -install_name "@executable_path/$(DYLIB_FILENAME)" -dynamiclib -o "$(DYLIB_FILENAME)" ifneq "$(MAKE_DSYM)" "NO" ifneq "$(DS)" "" - $(DS) $(DSFLAGS) "$(DYLIB_FILENAME)" + "$(DS)" $(DSFLAGS) "$(DYLIB_FILENAME)" endif endif else