diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/process/launch')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile b/lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile index 313da706b4a..54d1c2bf7f3 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make CXX_SOURCES := main.cpp #CXX_SOURCES := print-cwd.cpp |