summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-28 17:06:59 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-28 17:06:59 +0000
commitdcbf5d492b8178e2888860291584c7a7070318d2 (patch)
treeabfc989235d067bae263e92f953fe3d9fcd81ae1
parente463ddef8aabc3bd1fcfb50f3accf64cb1e8a72d (diff)
downloadrockbox-dcbf5d492b8178e2888860291584c7a7070318d2.tar.gz
rockbox-dcbf5d492b8178e2888860291584c7a7070318d2.zip
don't use TOOLSDIR for svnversion.sh as it causes error messages when building the manual (because of some build system trickery used)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12133 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 174beed644..efd0864d2d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1579,7 +1579,7 @@ export OBJDIR=@PWD@
1579export BUILDDIR=@PWD@ 1579export BUILDDIR=@PWD@
1580export LANGUAGE=@LANGUAGE@ 1580export LANGUAGE=@LANGUAGE@
1581export MEMORYSIZE=@MEMORY@ 1581export MEMORYSIZE=@MEMORY@
1582export VERSION=\$(shell \$(TOOLSDIR)/svnversion.sh \$(ROOTDIR)) 1582export VERSION=\$(shell \$(ROOTDIR)/tools/svnversion.sh \$(ROOTDIR))
1583export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') 1583export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d')
1584export MKFIRMWARE=@TOOL@ 1584export MKFIRMWARE=@TOOL@
1585export BMP2RB_MONO=@BMP2RB_MONO@ 1585export BMP2RB_MONO=@BMP2RB_MONO@