diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 31120689cf..49f9abb3c0 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -34,7 +34,7 @@ if [ -z $GNU_MIRROR ] ; then fi # These are the tools this script requires and depends upon. -reqtools="gcc bzip2 make patch" +reqtools="gcc bzip2 make patch makeinfo" ############################################################################## # Functions: