From 0f434ebac996384618f613528ce650258c6ca1ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Sep 2002 06:50:29 +0000 Subject: make the language selection work for sim builds too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2344 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 5d1df355c2..268ce302a8 100755 --- a/tools/configure +++ b/tools/configure @@ -253,12 +253,6 @@ if [ -z "$debug" ]; then esac fi -if [ "yes" = "$simulator" ]; then - # we deal with the simulator Makefile separately - simul - exit -fi - ################################################################## # Figure out where the firmware code is! # @@ -341,6 +335,12 @@ if [ -z "$language" ]; then fi +if [ "yes" = "$simulator" ]; then + # we deal with the simulator Makefile separately + simul + exit +fi + sed > Makefile \ -e "s,@FIRMDIR@,${firmdir},g" \ -e "s,@APPSDIR@,${appsdir},g" \ -- cgit v1.2.3