Removed IIIi specific changes. This should be fixed to add floating point deps for...
[llvm-complete.git] / lib / Linker / Makefile
blob688c832f5b74e307f1fef2b3a6851ca1d7c32cd5
1 ##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by Reid Spencer and is distributed under the
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
10 LIBRARYNAME = LLVMLinker
11 BUILD_ARCHIVE := 1
12 DONT_BUILD_RELINKED := 1
14 include $(LEVEL)/Makefile.common