Align make log output with the rest of llvm.
llvm-svn: 34150
diff --git a/llvm/tools/gccld/Makefile b/llvm/tools/gccld/Makefile
index 345e646..f348295 100644
--- a/llvm/tools/gccld/Makefile
+++ b/llvm/tools/gccld/Makefile
@@ -14,16 +14,16 @@
install-local:: $(PROJ_bindir)/gccld
$(PROJ_bindir)/gccld : gccld.sh Makefile
- $(Echo)Installing gccld shell script.
- $(Verb)sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
- $(Verb)chmod 0755 $@
+ $(Echo) Installing gccld shell script.
+ $(Verb) sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
+ $(Verb) chmod 0755 $@
all-local:: $(ToolDir)/gccld
$(ToolDir)/gccld : gccld.sh Makefile
- $(Echo)Making $(ToolDir)/gccld shell script.
- $(Verb)sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
- $(Verb)chmod 0755 $@
+ $(Echo) Making $(ToolDir)/gccld shell script.
+ $(Verb) sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
+ $(Verb) chmod 0755 $@
clean-local::
$(Verb)$(RM) -f $(ToolDir)/gccld