From 58e06423be7f568076d273a358975317c14de30a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 28 Mar 2015 13:13:42 -0500 Subject: Fix an obvious typo in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2919e7d..1ea69295 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ tests: help:: @echo ' toybox - Build toybox.' @echo ' change - Build each command standalone under change/.' - @echo ' baseline - Create busybox_old for use by bloatcheck.' + @echo ' baseline - Create toybox_old for use by bloatcheck.' @echo ' bloatcheck - Report size differences between old and current versions' @echo ' test - Run test suite against compiled commands.' @echo ' clean - Delete temporary files.' -- cgit v1.2.3