diff options
author | Jonas Häggqvist <rasher@rasher.dk> | 2009-04-11 23:20:09 +0000 |
---|---|---|
committer | Jonas Häggqvist <rasher@rasher.dk> | 2009-04-11 23:20:09 +0000 |
commit | a2008f9bdeed215256d8762d378397c8e417f7df (patch) | |
tree | 24a2498b64bc6314851fe463796217ca8449c5b1 /tools/configure | |
parent | fbe39975cfcce5b297cd54ff2952dd6cecebe3eb (diff) |
Revert r20687 since it breaks make zip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20692 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 72d0c79950..44ae3e524f 100755 --- a/tools/configure +++ b/tools/configure @@ -2526,7 +2526,6 @@ 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/ @@ -2573,7 +2572,6 @@ 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 |