diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 05:41:09 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 05:41:09 +0000 |
commit | c36a644cc6c14e14fc24ce35a5e94cb9cb47fd27 (patch) | |
tree | 70432dc6d300e7c51d00dab0d910da2f9aa1aab1 /rbutil | |
parent | c2c01ac34c0efee865ade4071eb749d1791b857e (diff) |
mkamsboot: use version.sh properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24843 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/mkamsboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 7d794bde46..d1bed217ba 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -1,7 +1,7 @@ #change for releases ifndef APPVERSION -APPVERSION=`../../tools/version.sh` +APPVERSION=`../../tools/version.sh ../../` endif # We use the UCL code available in the Rockbox tools/ directory |