Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / tools / llvm-ranlib / Makefile
blob0ba931e4c4c10023f4415f9473cae5785ff4aeea
1 ##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TOOLNAME = llvm-ranlib
12 LINK_COMPONENTS = archive
13 REQUIRES_EH := 1
15 include $(LEVEL)/Makefile.common