[cfe-commits] [libcxx] r159177 - /libcxx/trunk/Makefile
Nuno Lopes
nunoplopes at sapo.pt
Mon Jun 25 16:51:05 PDT 2012
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)
More information about the cfe-commits
mailing list