From b91e9fdfa94fa4e3cf7b85c830ccf67071ca0fe6 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Mon, 10 Oct 2005 22:55:15 +0000 Subject: [PATCH] tools should not be made with the cross-compiler.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7619 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/configure b/tools/configure index 1a5ac5535f..9c6f2df319 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@