summaryrefslogtreecommitdiff
path: root/Makefile
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
commit38ab6d887c660c7e2fe08707e8f982ab451fb224 (patch)
treef14d340a41361015385c3a08269387a7f9547422 /Makefile
parent2583f6b15e542adf0b329c6678089a1cdc70a429 (diff)
downloadllvm-38ab6d887c660c7e2fe08707e8f982ab451fb224.tar.gz
llvm-38ab6d887c660c7e2fe08707e8f982ab451fb224.tar.bz2
llvm-38ab6d887c660c7e2fe08707e8f982ab451fb224.tar.xz
THis -> This
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f40eb2bc4c..d3c6e6c0fd 100644
--- a/Makefile
+++ b/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
+