diff options
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 0b6660408a..2e4a5b066a 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -LIBRARYNAME = support +LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |