1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

THis -> This

llvm-svn: 27490
This commit is contained in:
Chris Lattner 2006-04-07 16:21:59 +00:00
parent bc88d6857e
commit 5ef0e91718

View File

@ -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