diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile b/lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile index 8a7102e347a..314f1cb2f07 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make CXX_SOURCES := main.cpp |