From 67c8082a187c85c0aed70a2dfff3b21a5016e66f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 25 Jun 2012 23:51:05 +0000 Subject: [PATCH] fix help with bash git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@159177 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79385b28..0c8177db 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ INSTALL_DIR=$(DSTROOT)/$(INSTALL_PREFIX) .PHONY: help installsrc clean installheaders do-installhdrs install help:: - echo Use make install DSTROOT= + @echo "Use make install DSTROOT=" installsrc:: $(SRCROOT)