Don't bother with a re-linked library, ensure archive library is built.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:03:14 +0000 (22:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:03:14 +0000 (22:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17773 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/Makefile

index 3fb638a845d6a32dbb59a0e4426300aac70b8b61..688c832f5b74e307f1fef2b3a6851ca1d7c32cd5 100644 (file)
@@ -8,6 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 LIBRARYNAME = LLVMLinker
+BUILD_ARCHIVE := 1
+DONT_BUILD_RELINKED := 1
 
 include $(LEVEL)/Makefile.common