diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile b/lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile index a964853f534..91c895cf68d 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make CXX_SOURCES := main.cpp |