Remove trailing whitespace from build output.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 4 Oct 2009 17:54:36 +0000 (17:54 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 4 Oct 2009 17:54:36 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83284 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 264bab8684750f18dc96e8fde14e6ff2827b6689..fb6afd52a7f3b1681200277420fe9b43bd29e621 100644 (file)
@@ -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)