diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-01-28 17:06:59 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-01-28 17:06:59 +0000 |
| commit | dcbf5d492b8178e2888860291584c7a7070318d2 (patch) | |
| tree | abfc989235d067bae263e92f953fe3d9fcd81ae1 | |
| parent | e463ddef8aabc3bd1fcfb50f3accf64cb1e8a72d (diff) | |
| download | rockbox-dcbf5d492b8178e2888860291584c7a7070318d2.zip rockbox-dcbf5d492b8178e2888860291584c7a7070318d2.tar.gz rockbox-dcbf5d492b8178e2888860291584c7a7070318d2.tar.bz2 rockbox-dcbf5d492b8178e2888860291584c7a7070318d2.tar.xz | |
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-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 174beed..efd0864 100755 --- a/tools/configure +++ b/tools/configure @@ -1579,7 +1579,7 @@ export OBJDIR=@PWD@ export BUILDDIR=@PWD@ export LANGUAGE=@LANGUAGE@ export MEMORYSIZE=@MEMORY@ -export VERSION=\$(shell \$(TOOLSDIR)/svnversion.sh \$(ROOTDIR)) +export VERSION=\$(shell \$(ROOTDIR)/tools/svnversion.sh \$(ROOTDIR)) export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') export MKFIRMWARE=@TOOL@ export BMP2RB_MONO=@BMP2RB_MONO@ |