diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-04-12 01:28:33 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-04-12 01:28:33 +0000 |
commit | 7ed1a5f1206142a7087867b549ddf629e89ebe14 (patch) | |
tree | bf984267c3ed1ec9823584e2ab92579af30c7b96 /tools/configure | |
parent | 725733ca92d6140eb4bbf2455cc4e3f2aabf5da5 (diff) |
Second try for make install for normal builds. Now differentiate better between "PREFIX not set" and "PREFIX not set, but also not needed". Also, recreate the PREFIX when running make reconf.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20694 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
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 \ -e "s,@LANGS@,${buildlangs},g" \ -e "s,@USE_ELF@,${USE_ELF},g" \ -e "s,@RBDIR@,${rbdir},g" \ + -e "s,@PREFIX@,$PREFIX,g" \ -e "s,@CMDLINE@,$cmdline,g" \ <<EOF ## Automatically generated. http://www.rockbox.org/ @@ -2572,6 +2573,7 @@ export WINDRES=@WINDRES@ export DLLTOOL=@DLLTOOL@ export DLLWRAP=@DLLWRAP@ export RANLIB=@RANLIB@ +export PREFIX=@PREFIX@ export PROFILE_OPTS=@PROFILE_OPTS@ export SIMVER=@SIMVER@ export SIMDIR=\$(ROOTDIR)/uisimulator/sdl |