Skip to content

Commit ccf6dd4

Browse files
[lldb] Support tests with nested make invocations on Windows
1 parent 40b8a0f commit ccf6dd4

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/functionalities/completion

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/completion/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USE_LIBDL := 1
44
a.out: lib_shared
55

66
lib_shared:
7-
$(MAKE) -f $(MAKEFILE_RULES) \
7+
"$(MAKE)" -f $(MAKEFILE_RULES) \
88
DYLIB_ONLY=YES DYLIB_CXX_SOURCES=shared.cpp DYLIB_NAME=shared
99

1010
include Makefile.rules

0 commit comments

Comments
 (0)