- 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
This commit is contained in:
Bernhard Reutner-Fischer 2006-05-09 11:29:56 +00:00
parent e3f5a3fd82
commit 2431830018

View File

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