summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile b/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile
deleted file mode 100644
index a8e973f6d3b1..000000000000
--- a/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-LEVEL = ../../../make
-
-OBJC_SOURCES := static.m
-LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
-
-include $(LEVEL)/Makefile.rules