diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile index 0d70f259501..b09a579159d 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make C_SOURCES := main.c |