summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 44ae3e524f..72d0c79950 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2526,6 +2526,7 @@ sed > Makefile \
2526 -e "s,@LANGS@,${buildlangs},g" \ 2526 -e "s,@LANGS@,${buildlangs},g" \
2527 -e "s,@USE_ELF@,${USE_ELF},g" \ 2527 -e "s,@USE_ELF@,${USE_ELF},g" \
2528 -e "s,@RBDIR@,${rbdir},g" \ 2528 -e "s,@RBDIR@,${rbdir},g" \
2529 -e "s,@PREFIX@,$PREFIX,g" \
2529 -e "s,@CMDLINE@,$cmdline,g" \ 2530 -e "s,@CMDLINE@,$cmdline,g" \
2530<<EOF 2531<<EOF
2531## Automatically generated. http://www.rockbox.org/ 2532## Automatically generated. http://www.rockbox.org/
@@ -2572,6 +2573,7 @@ export WINDRES=@WINDRES@
2572export DLLTOOL=@DLLTOOL@ 2573export DLLTOOL=@DLLTOOL@
2573export DLLWRAP=@DLLWRAP@ 2574export DLLWRAP=@DLLWRAP@
2574export RANLIB=@RANLIB@ 2575export RANLIB=@RANLIB@
2576export PREFIX=@PREFIX@
2575export PROFILE_OPTS=@PROFILE_OPTS@ 2577export PROFILE_OPTS=@PROFILE_OPTS@
2576export SIMVER=@SIMVER@ 2578export SIMVER=@SIMVER@
2577export SIMDIR=\$(ROOTDIR)/uisimulator/sdl 2579export SIMDIR=\$(ROOTDIR)/uisimulator/sdl