makefile: add $ to environment variables in help message stable
authorMatt Mackall <mpm@selenic.com>
Thu, 23 Jan 2014 14:31:05 -0600
branchstable
changeset 20311 8824009d2704
parent 20310 dbf305f49961
child 20312 268a5ab5c27b
makefile: add $ to environment variables in help message
Makefile
--- a/Makefile	Tue Jan 21 14:44:40 2014 -0600
+++ b/Makefile	Thu Jan 23 14:31:05 2014 -0600
@@ -19,8 +19,8 @@
 help:
 	@echo 'Commonly used make targets:'
 	@echo '  all          - build program and documentation'
-	@echo '  install      - install program and man pages to PREFIX ($(PREFIX))'
-	@echo '  install-home - install with setup.py install --home=HOME ($(HOME))'
+	@echo '  install      - install program and man pages to $$PREFIX ($(PREFIX))'
+	@echo '  install-home - install with setup.py install --home=$$HOME ($(HOME))'
 	@echo '  local        - build for inplace usage'
 	@echo '  tests        - run all tests in the automatic test suite'
 	@echo '  test-foo     - run only specified tests (e.g. test-merge1.t)'