changeset 400:a5ceeeae7f43

Fix "make help".
author Rob Landley <rob@landley.net>
date Wed, 28 Dec 2011 16:17:13 -0600
parents 7a5b70965e0e
children bc435ea49b2c
files Makefile
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Dec 28 13:01:12 2011 -0600
+++ b/Makefile	Wed Dec 28 16:17:13 2011 -0600
@@ -57,8 +57,8 @@
 	@echo  '  bloatcheck      - Report size differences between old and current versions'
 	@echo  '  test            - Run test suite against compiled commands.'
 	@echo  '  clean           - Delete temporary files.'
-	@echo  '  distclean       - Delete everything that isn't shipped.'
-	@echo  '  install_flat    - Install toybox into $PREFIX directory.'
-	@echo  '  install         - Install toybox into subdirectories of $PREFIX.'
-	@echo  '  uninstall_flat  - Remove toybox from $PREFIX directory."
-	@echo  '  uninstall       - Remove toybox from subdirectories of $PREFIX."
+	@echo  "  distclean       - Delete everything that isn't shipped."
+	@echo  '  install_flat    - Install toybox into $$PREFIX directory.'
+	@echo  '  install         - Install toybox into subdirectories of $$PREFIX.'
+	@echo  '  uninstall_flat  - Remove toybox from $$PREFIX directory.'
+	@echo  '  uninstall       - Remove toybox from subdirectories of $$PREFIX.'