summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index a65e3c90d2..97a7d04dc9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -68,7 +68,7 @@ sed > Makefile \
68 -e "s,@KEYPAD@,${keypad},g" \ 68 -e "s,@KEYPAD@,${keypad},g" \
69 -e "s,@PWD@,${pwd},g" \ 69 -e "s,@PWD@,${pwd},g" \
70 -e "s,@SIMVER@,${simver},g" \ 70 -e "s,@SIMVER@,${simver},g" \
71 -e "s,@EXTRA_DEFINES@,${extra_defines},g" \ 71 -e "s,@EXTRA_DEFINES@,\"${extra_defines}\",g" \
72<<EOF 72<<EOF
73## Automaticly generated. http://rockbox.haxx.se 73## Automaticly generated. http://rockbox.haxx.se
74 74
@@ -339,3 +339,8 @@ tags:
339EOF 339EOF
340 340
341echo "Created Makefile" 341echo "Created Makefile"
342
343
344
345
346