From e614ee1e1dcf465eedf57184f95dab16f4dc40c2 Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Wed, 28 Dec 2011 16:17:13 -0600
Subject: Fix "make help".

---
 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index ce35e33d..d42dd3f3 100644
--- a/Makefile
+++ b/Makefile
@@ -57,8 +57,8 @@ help::
 	@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.'
-- 
cgit v1.2.3