aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
deleted file mode 100644
index 807823f43e44..000000000000
--- a/scripts/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- scripts/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
-
-ifeq (,$(findstring -DLLDB_DISABLE_PYTHON,$(CXXFLAGS)))
-DIRS := Python
-endif
-
-include $(LLDB_LEVEL)/Makefile