[llvm-commits] [llvm] r79245 - /llvm/trunk/Makefile.rules

Misha Brukman brukman+llvm at gmail.com
Mon Aug 17 08:31:24 PDT 2009


Author: brukman
Date: Mon Aug 17 10:31:24 2009
New Revision: 79245

URL: http://llvm.org/viewvc/llvm-project?rev=79245&view=rev
Log:
Fixed indentation and spelling.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=79245&r1=79244&r2=79245&view=diff

==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Mon Aug 17 10:31:24 2009
@@ -891,7 +891,7 @@
 
 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 @@
 # 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





More information about the llvm-commits mailing list