summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile b/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile
index 45b69a5bb6eb..4f71dc87646d 100644
--- a/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile
+++ b/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile
@@ -5,4 +5,4 @@ C_SOURCES := with-debug.c without-debug.c
include $(LEVEL)/Makefile.rules
without-debug.o: without-debug.c
- $(CC) $(CFLAGS_NO_DEBUG) -c without-debug.c
+ $(CC) $(CFLAGS_NO_DEBUG) -c $<