aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-08-17 15:31:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-08-17 15:31:24 +0000
commitfc6ae99b8679ea9e84203dd41cef6c321489d2b7 (patch)
tree3015b93efb2dd49ffd129f4a9f5c349c0a278735 /Makefile.rules
parentb27839433dd2acaf5002169e37cce264756a8729 (diff)
downloadexternal_llvm-fc6ae99b8679ea9e84203dd41cef6c321489d2b7.zip
external_llvm-fc6ae99b8679ea9e84203dd41cef6c321489d2b7.tar.gz
external_llvm-fc6ae99b8679ea9e84203dd41cef6c321489d2b7.tar.bz2
Fixed indentation and spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index c29b5b2..e482b03 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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