From c36a644cc6c14e14fc24ce35a5e94cb9cb47fd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 22 Feb 2010 05:41:09 +0000 Subject: [PATCH] mkamsboot: use version.sh properly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24843 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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