Changes in directory llvm/tools/gccld:

Makefile updated: 1.19 -> 1.20
---
Log message:

Align make log output with the rest of llvm.


---
Diffs of the changes:  (+6 -6)

 Makefile |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.19 llvm/tools/gccld/Makefile:1.20
--- llvm/tools/gccld/Makefile:1.19      Fri Feb  9 09:21:02 2007
+++ llvm/tools/gccld/Makefile   Sat Feb 10 09:14:00 2007
@@ -14,16 +14,16 @@
 install-local:: $(PROJ_bindir)/gccld
        
 $(PROJ_bindir)/gccld : gccld.sh Makefile
-       $(Echo)Installing gccld shell script.
-       $(Verb)sed "[EMAIL PROTECTED]@#$(PROJ_bindir)#" $< > $@
-       $(Verb)chmod 0755 $@
+       $(Echo) Installing gccld shell script.
+       $(Verb) sed "[EMAIL PROTECTED]@#$(PROJ_bindir)#" $< > $@
+       $(Verb) chmod 0755 $@
 
 all-local:: $(ToolDir)/gccld
        
 $(ToolDir)/gccld : gccld.sh Makefile
-       $(Echo)Making $(ToolDir)/gccld shell script.
-       $(Verb)sed "[EMAIL PROTECTED]@#$(ToolDir)#" $< > $@
-       $(Verb)chmod 0755 $@
+       $(Echo) Making $(ToolDir)/gccld shell script.
+       $(Verb) sed "[EMAIL PROTECTED]@#$(ToolDir)#" $< > $@
+       $(Verb) chmod 0755 $@
 
 clean-local::
        $(Verb)$(RM) -f $(ToolDir)/gccld



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to