diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-04-07 16:21:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-04-07 16:21:59 +0000 |
| commit | e690a93c64effabe71dc4450e0913508a8440dd8 (patch) | |
| tree | fe3cb8edd5e953eedea43f2529cf19a747ab37a0 | |
| parent | 5a6537d643e7ad8b7902e2323397d260a2a50c1e (diff) | |
| download | bcm5719-llvm-e690a93c64effabe71dc4450e0913508a8440dd8.tar.gz bcm5719-llvm-e690a93c64effabe71dc4450e0913508a8440dd8.zip | |
THis -> This
llvm-svn: 27490
| -rw-r--r-- | llvm/Makefile | 5 |
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 + |

