diff options
Diffstat (limited to 'rbutil/mkamsboot/Makefile')
-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 |