summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Keevil <rkeevil+rockbox@gmail.com>2008-05-10 23:46:17 +0000
committerRobert Keevil <rkeevil+rockbox@gmail.com>2008-05-10 23:46:17 +0000
commit572e7a96594091e731379a2f0594c59b25377720 (patch)
treedfecbc5729a5426ddffd3c7d8d44eb34dc302ee4
parentf177de9affcc7097a111bdae079b3fd1230411d4 (diff)
downloadrockbox-572e7a96594091e731379a2f0594c59b25377720.tar.gz
rockbox-572e7a96594091e731379a2f0594c59b25377720.zip
Ensure that tools are compiled before features - fixes an issue with bmp2rb and multiple make jobs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17451 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 1f71c8b51c..6af5b92508 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2193,7 +2193,7 @@ manual-ztxt:
2193manual-zip: 2193manual-zip:
2194 \$(SILENT)\$(MAKE) -C \$(MANUALDIR) OBJDIR=\$(BUILDDIR)/manual manual-zip 2194 \$(SILENT)\$(MAKE) -C \$(MANUALDIR) OBJDIR=\$(BUILDDIR)/manual manual-zip
2195 2195
2196features: 2196features: tools
2197 \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ features 2197 \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ features
2198 2198
2199help: 2199help: