summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
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
34fi 34fi
35 35
36# These are the tools this script requires and depends upon. 36# These are the tools this script requires and depends upon.
37reqtools="gcc bzip2 make patch" 37reqtools="gcc bzip2 make patch makeinfo"
38 38
39############################################################################## 39##############################################################################
40# Functions: 40# Functions: