From ba056504ee58a2feb86786ce7c59e01366c81f83 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 22 Sep 2004 09:29:58 +0000 Subject: The wildcard case must be last in the case switch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5104 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/configure b/tools/configure index f868c52..8118858 100755 --- a/tools/configure +++ b/tools/configure @@ -265,16 +265,6 @@ if [ -z "$archos" ]; then archosrom="" ;; - *) - archos="recorder" - target="-DARCHOS_RECORDER" - shcc - tool="scramble" - output="ajbrec.ajz" - appextra="recorder" - archosrom="$pwd/rombox.ucl" - ;; - 3) archos="fmrecorder" target="-DARCHOS_FMRECORDER" @@ -326,6 +316,16 @@ if [ -z "$archos" ]; then archosrom="" ;; + *) + archos="recorder" + target="-DARCHOS_RECORDER" + shcc + tool="scramble" + output="ajbrec.ajz" + appextra="recorder" + archosrom="$pwd/rombox.ucl" + ;; + esac echo "Platform set to $archos" -- cgit v1.1