diff options
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r-- | lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index da74511..7c525ef 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton -LIBRARYNAME = target +LIBRARYNAME = LLVMTarget BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |