From: Chris Lattner Date: Sun, 6 May 2007 19:49:28 +0000 (+0000) Subject: adjust this to live in lib/Archive X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d61070e3ce327844410af87ddd8cd566318051d1;p=oota-llvm.git adjust this to live in lib/Archive git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36886 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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