summaryrefslogtreecommitdiff
path: root/lib/Tooling/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Tooling/Makefile')
-rw-r--r--lib/Tooling/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/Tooling/Makefile b/lib/Tooling/Makefile
deleted file mode 100644
index 501a00c3f4f40..0000000000000
--- a/lib/Tooling/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-CLANG_LEVEL := ../..
-LIBRARYNAME := clangTooling
-
-include $(CLANG_LEVEL)/Makefile
-
-