diff options
| author | Robert Keevil <rkeevil+rockbox@gmail.com> | 2008-05-10 23:46:17 +0000 |
|---|---|---|
| committer | Robert Keevil <rkeevil+rockbox@gmail.com> | 2008-05-10 23:46:17 +0000 |
| commit | 572e7a96594091e731379a2f0594c59b25377720 (patch) | |
| tree | dfecbc5729a5426ddffd3c7d8d44eb34dc302ee4 /tools | |
| parent | f177de9affcc7097a111bdae079b3fd1230411d4 (diff) | |
| download | rockbox-572e7a96594091e731379a2f0594c59b25377720.zip rockbox-572e7a96594091e731379a2f0594c59b25377720.tar.gz rockbox-572e7a96594091e731379a2f0594c59b25377720.tar.bz2 rockbox-572e7a96594091e731379a2f0594c59b25377720.tar.xz | |
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
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 1f71c8b..6af5b92 100755 --- a/tools/configure +++ b/tools/configure @@ -2193,7 +2193,7 @@ manual-ztxt: manual-zip: \$(SILENT)\$(MAKE) -C \$(MANUALDIR) OBJDIR=\$(BUILDDIR)/manual manual-zip -features: +features: tools \$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ features help: |