aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-10-04 17:54:36 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-10-04 17:54:36 +0000
commit20bf333554b755a1f1633e0ee0517ac6ec7ca5fa (patch)
tree59b1130e9d69176839fbf761cea7f82ada2c2391 /Makefile.rules
parent11a021db1a24a060fbd14a383a0da3cb7ec439eb (diff)
downloadexternal_llvm-20bf333554b755a1f1633e0ee0517ac6ec7ca5fa.zip
external_llvm-20bf333554b755a1f1633e0ee0517ac6ec7ca5fa.tar.gz
external_llvm-20bf333554b755a1f1633e0ee0517ac6ec7ca5fa.tar.bz2
Remove trailing whitespace from build output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83284 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 264bab8..fb6afd5 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1280,7 +1280,7 @@ DEPEND_MOVEFILE = then $(MV) -f "$(ObjDir)/$*.d.tmp" "$(ObjDir)/$*.d"; \
else $(RM) "$(ObjDir)/$*.d.tmp"; exit 1; fi
$(ObjDir)/%.o: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES)
- $(Echo) "Compiling $*.cpp for $(BuildMode) build " $(PIC_FLAG)
+ $(Echo) "Compiling $*.cpp for $(BuildMode) build" $(PIC_FLAG)
$(Verb) if $(Compile.CXX) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \
$(DEPEND_MOVEFILE)