X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FArchive%2FMakefile;h=da9780403a08fd1d74ea074e1cd623bf1abe6aaa;hb=c4b0b400b0546aab03be16b8fe1dd27e2fbb041c;hp=0ecf38b93f02794a175cb66ddf97dd31cbb45e60;hpb=99655e16a6b0eafc8e18e73efe3ab27d2faf0a4a;p=oota-llvm.git diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index 0ecf38b93f0..da9780403a0 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -1,16 +1,16 @@ -##===- lib/Bytecode/Archive/Makefile -----------------------*- Makefile -*-===## -# +##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===## +# # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. -# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# ##===----------------------------------------------------------------------===## -LEVEL = ../../.. +LEVEL = ../.. LIBRARYNAME = LLVMArchive -# We only want an archive so only those modules actually used by a tool are +# We only want an archive so only those modules actually used by a tool are # included. BUILD_ARCHIVE := 1