1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fixed indentation and spelling.

llvm-svn: 79245
This commit is contained in:
Misha Brukman 2009-08-17 15:31:24 +00:00
parent 7c8c5606ce
commit 399ebe7f48

View File

@ -891,7 +891,7 @@ $(ToolDir)/$(strip $(TOOLNAME))$(EXEEXT): $(LLVM_CONFIG)
LLVMLibsOptions += $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS))
LLVMLibsPaths += $(LLVM_CONFIG) \
$(shell $(LLVM_CONFIG) --libfiles $(LINK_COMPONENTS))
$(shell $(LLVM_CONFIG) --libfiles $(LINK_COMPONENTS))
endif
endif
@ -963,7 +963,7 @@ endif
# if we're building a library ...
ifdef LIBRARYNAME
# Make sure there isn't any extranous whitespace on the LIBRARYNAME option
# Make sure there isn't any extraneous whitespace on the LIBRARYNAME option
LIBRARYNAME := $(strip $(LIBRARYNAME))
ifdef LOADABLE_MODULE
LibName.A := $(LibDir)/$(LIBRARYNAME).a