Author: nlopes
Date: Mon Jun 25 18:51:05 2012
New Revision: 159177

URL: http://llvm.org/viewvc/llvm-project?rev=159177&view=rev
Log:
fix help with bash

Modified:
    libcxx/trunk/Makefile

Modified: libcxx/trunk/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=159177&r1=159176&r2=159177&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Mon Jun 25 18:51:05 2012
@@ -19,7 +19,7 @@
 .PHONY: help installsrc clean installheaders do-installhdrs install
 
 help::
-       echo Use make install DSTROOT=<destination>
+       @echo "Use make install DSTROOT=<destination>"
 
 installsrc:: $(SRCROOT)
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to