summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode/Reader/Makefile')
-rw-r--r--lib/Bytecode/Reader/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Bytecode/Reader/Makefile b/lib/Bytecode/Reader/Makefile
deleted file mode 100644
index a86d008715..0000000000
--- a/lib/Bytecode/Reader/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- lib/Bytecode/Reader/Makefile ------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-LIBRARYNAME = LLVMBCReader
-BUILD_ARCHIVE = 1
-
-include $(LEVEL)/Makefile.common
-