aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/Makefile')
-rw-r--r--lib/Driver/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Driver/Makefile b/lib/Driver/Makefile
deleted file mode 100644
index 454ab8626c2c..000000000000
--- a/lib/Driver/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-##===- clang/lib/Driver/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 := clangDriver
-
-include $(CLANG_LEVEL)/Makefile