From d61070e3ce327844410af87ddd8cd566318051d1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 19:49:28 +0000 Subject: [PATCH] adjust this to live in lib/Archive git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36886 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Archive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index 0ecf38b93f0..917cb91788b 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -1,4 +1,4 @@ -##===- lib/Bytecode/Archive/Makefile -----------------------*- Makefile -*-===## +##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. +LEVEL = ../.. LIBRARYNAME = LLVMArchive # We only want an archive so only those modules actually used by a tool are -- 2.34.1