Fix "make help".

This commit is contained in:
Rob Landley 2011-12-28 16:17:13 -06:00
parent f265d04ab8
commit e614ee1e1d

View File

@ -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.'