aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MIRParser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/MIRParser/Makefile')
-rw-r--r--lib/CodeGen/MIRParser/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/CodeGen/MIRParser/Makefile b/lib/CodeGen/MIRParser/Makefile
deleted file mode 100644
index c02d18806a9c..000000000000
--- a/lib/CodeGen/MIRParser/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-##===- lib/CodeGen/MIRParser/Makefile ----------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-LIBRARYNAME = LLVMMIRParser
-
-include $(LEVEL)/Makefile.common