From b0c120c97740e2b2a9279ded71fddba3ce13cd68 Mon Sep 17 00:00:00 2001 From: aldot Date: Tue, 9 May 2006 11:29:56 +0000 Subject: - fix bug in make help introduced by landley in r15022: Development: bloatcheck - show size difference between busybox_unstripped /bin/sh: -c: line 0: unexpected EOF while looking for matching `'' /bin/sh: -c: line 1: syntax error: unexpected end of file make[1]: *** [help] Error 2 make: *** [help] Error 2 git-svn-id: svn://busybox.net/trunk/busybox@15042 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f5094a6e..95fb3b5c5 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ help: @echo @echo 'Development:' @echo ' bloatcheck - show size difference between busybox_unstripped' - @echo ' and busybox_old + @echo ' and busybox_old' @echo ' check - run the test suite for all applets' @echo ' checkhelp - check for missing help-entries in Config.in' @echo ' randconfig - generate a random configuration' -- cgit v1.2.3-55-g6feb