summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-07 16:21:59 +0000
committerChris Lattner <sabre@nondot.org>2006-04-07 16:21:59 +0000
commite690a93c64effabe71dc4450e0913508a8440dd8 (patch)
treefe3cb8edd5e953eedea43f2529cf19a747ab37a0
parent5a6537d643e7ad8b7902e2323397d260a2a50c1e (diff)
downloadbcm5719-llvm-e690a93c64effabe71dc4450e0913508a8440dd8.tar.gz
bcm5719-llvm-e690a93c64effabe71dc4450e0913508a8440dd8.zip
THis -> This
llvm-svn: 27490
-rw-r--r--llvm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index f40eb2bc4c2..d3c6e6c0fdd 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -75,8 +75,8 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
.PRECIOUS: $(FilesToConfigPATH)
-#NOTE: THis needs to remain as the last target definition in this file so
-#that it gets executed last.
+# NOTE: This needs to remain as the last target definition in this file so
+# that it gets executed last.
all::
$(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
ifeq ($(BuildMode),Debug)
@@ -84,3 +84,4 @@ ifeq ($(BuildMode),Debug)
$(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
$(Echo) '*****' make an optimized build.
endif
+
OpenPOWER on IntegriCloud