diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile index c9cff412c1b..49138c83c69 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make CXX_SOURCES := wait-a-while.cpp |