summaryrefslogtreecommitdiff
path: root/scripts/Python/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-07-23 20:50:09 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-07-23 20:50:09 +0000
commitf3fbd1c0586ff6ec7895991e6c28f61a503c36a8 (patch)
tree48d008fd3df8c0e73271a4b18474e0aac6dbfe33 /scripts/Python/Makefile
parent2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (diff)
Notes
Diffstat (limited to 'scripts/Python/Makefile')
-rw-r--r--scripts/Python/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/Python/Makefile b/scripts/Python/Makefile
deleted file mode 100644
index ad6c0af442b4..000000000000
--- a/scripts/Python/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- scripts/Python/Makefile------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LLDB_LEVEL := ../..
-include $(LLDB_LEVEL)/../../Makefile.config
-
-DIRS := modules
-
-include $(LLDB_LEVEL)/Makefile