1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2004-09-22 09:29:58 +00:00
parent fc1e925c16
commit ba056504ee

20
tools/configure vendored
View file

@ -265,16 +265,6 @@ if [ -z "$archos" ]; then
archosrom="" archosrom=""
;; ;;
*)
archos="recorder"
target="-DARCHOS_RECORDER"
shcc
tool="scramble"
output="ajbrec.ajz"
appextra="recorder"
archosrom="$pwd/rombox.ucl"
;;
3) 3)
archos="fmrecorder" archos="fmrecorder"
target="-DARCHOS_FMRECORDER" target="-DARCHOS_FMRECORDER"
@ -326,6 +316,16 @@ if [ -z "$archos" ]; then
archosrom="" archosrom=""
;; ;;
*)
archos="recorder"
target="-DARCHOS_RECORDER"
shcc
tool="scramble"
output="ajbrec.ajz"
appextra="recorder"
archosrom="$pwd/rombox.ucl"
;;
esac esac
echo "Platform set to $archos" echo "Platform set to $archos"