diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-10-10 22:55:15 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-10-10 22:55:15 +0000 |
| commit | b91e9fdfa94fa4e3cf7b85c830ccf67071ca0fe6 (patch) | |
| tree | b5c008a62f814776338417a63bf818fe397d168f | |
| parent | f4921466c2970d4d4ba7904317a253dc3876e604 (diff) | |
| download | rockbox-b91e9fdfa94fa4e3cf7b85c830ccf67071ca0fe6.zip rockbox-b91e9fdfa94fa4e3cf7b85c830ccf67071ca0fe6.tar.gz rockbox-b91e9fdfa94fa4e3cf7b85c830ccf67071ca0fe6.tar.bz2 rockbox-b91e9fdfa94fa4e3cf7b85c830ccf67071ca0fe6.tar.xz | |
tools should not be made with the cross-compiler..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7619 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 1a5ac55..9c6f2df 100755 --- a/tools/configure +++ b/tools/configure @@ -846,7 +846,6 @@ MAKEFLAGS += --no-print-directory all: #SIMUL# - @\$(MAKE) -C \$(TOOLSDIR) @\$(MAKE) -C \$(FIRMDIR) OBJDIR=\$(BUILDDIR)/firmware @\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ |