i stupid, forgot to fix simulators

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2109 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-09-01 16:37:57 +00:00
parent 407bfb04f1
commit 5e1270e60c

7
tools/configure vendored
View file

@ -68,7 +68,7 @@ sed > Makefile \
-e "s,@KEYPAD@,${keypad},g" \
-e "s,@PWD@,${pwd},g" \
-e "s,@SIMVER@,${simver},g" \
-e "s,@EXTRA_DEFINES@,${extra_defines},g" \
-e "s,@EXTRA_DEFINES@,\"${extra_defines}\",g" \
<<EOF
## Automaticly generated. http://rockbox.haxx.se
@ -339,3 +339,8 @@ tags:
EOF
echo "Created Makefile"