diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Archive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index 0ecf38b93f..917cb91788 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 |