aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Makefile')
-rwxr-xr-xclang/lib/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/lib/Makefile b/clang/lib/Makefile
deleted file mode 100755
index f6514d5..0000000
--- a/clang/lib/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-
-PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite
-
-include $(LEVEL)/Makefile.common
-