X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FLinker%2FMakefile;h=efa2c35f40858ec87300e10d3aea66b5332e3d4a;hb=c8f8a242e40b22871241e37a2b1a935c2db7fe1b;hp=3fb638a845d6a32dbb59a0e4426300aac70b8b61;hpb=5c911ab6f14de4f891f25e08a3977548917c8ec6;p=oota-llvm.git diff --git a/lib/Linker/Makefile b/lib/Linker/Makefile index 3fb638a845d..efa2c35f408 100644 --- a/lib/Linker/Makefile +++ b/lib/Linker/Makefile @@ -6,8 +6,10 @@ # University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../.. LIBRARYNAME = LLVMLinker +BUILD_ARCHIVE := 1 include $(LEVEL)/Makefile.common