diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile b/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile index 50d4ab65a6e..6067ee45e98 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../make +LEVEL = ../../../make C_SOURCES := main.c CFLAGS_EXTRAS += -std=c99 |