diff options
Diffstat (limited to 'lib/Archive/Makefile')
-rw-r--r-- | lib/Archive/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index e951aa3..da97804 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -1,16 +1,16 @@ ##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## 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 |