diff options
-rw-r--r-- | lib/Bytecode/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile deleted file mode 100644 index ecb90479c7..0000000000 --- a/lib/Bytecode/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- lib/Bytecode/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 = ../.. -PARALLEL_DIRS = Archive - -include $(LEVEL)/Makefile.common - |