From f527cbb0f436db34c69f04ddb3b4340347ea01eb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 19:51:20 +0000 Subject: [PATCH] lib/Bytecode is dead git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36889 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/Bytecode/Makefile diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile deleted file mode 100644 index ecb90479c7d..00000000000 --- 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 - -- 2.34.1