summaryrefslogtreecommitdiff
path: root/lib/ASTMatchers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ASTMatchers/Makefile')
-rw-r--r--lib/ASTMatchers/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ASTMatchers/Makefile b/lib/ASTMatchers/Makefile
deleted file mode 100644
index 3ee9ccb580b7..000000000000
--- a/lib/ASTMatchers/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- clang/lib/ASTMatchers/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 := clangASTMatchers
-
-PARALLEL_DIRS = Dynamic
-
-include $(CLANG_LEVEL)/Makefile