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 | |
| parent | c2c01ac34c0efee865ade4071eb749d1791b857e (diff) | |
| download | rockbox-c36a644cc6c14e14fc24ce35a5e94cb9cb47fd27.zip rockbox-c36a644cc6c14e14fc24ce35a5e94cb9cb47fd27.tar.gz rockbox-c36a644cc6c14e14fc24ce35a5e94cb9cb47fd27.tar.bz2 rockbox-c36a644cc6c14e14fc24ce35a5e94cb9cb47fd27.tar.xz | |
mkamsboot: use version.sh properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24843 a1c6a512-1295-4272-9138-f99709370657
| -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 7d794bd..d1bed21 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 |