diff options
| -rw-r--r-- | rbutil/mkamsboot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index e2af937..cb8b2b8 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -4,7 +4,9 @@ LIBUCL=../../tools/ucl/src/libucl$(RBARCH).a CC = gcc #change for releases +ifndef APPVERSION APPVERSION=`../../tools/version.sh` +endif ifndef V SILENT = @ |