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:
parent
407bfb04f1
commit
5e1270e60c
1 changed files with 6 additions and 1 deletions
7
tools/configure
vendored
7
tools/configure
vendored
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue