diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile index 82355a233cf..99bfa7e03b4 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile @@ -1,3 +1,3 @@ -LEVEL = ../../make +LEVEL = ../../../make CXX_SOURCES := main.cpp include $(LEVEL)/Makefile.rules |