summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/module_section/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/module_section/Makefile')
-rw-r--r--lldb/test/python_api/module_section/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/python_api/module_section/Makefile b/lldb/test/python_api/module_section/Makefile
deleted file mode 100644
index 5738d5684daf..000000000000
--- a/lldb/test/python_api/module_section/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-LEVEL = ../../make
-
-CXX_SOURCES := main.cpp b.cpp c.cpp
-MAKE_DSYM :=NO
-
-include $(LEVEL)/Makefile.rules