From ac43a3629ea1d1b178ead54eefed83a377390f61 Mon Sep 17 00:00:00 2001 From: ths Date: Wed, 24 Jan 2007 22:56:36 +0000 Subject: [PATCH] Make the tarball's VERSION part overridable from make invocation. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77c52372..0f608111 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,8 @@ dvi: qemu-doc.dvi qemu-tech.dvi html: qemu-doc.html qemu-tech.html -FILE=qemu-$(shell cat VERSION) +VERSION ?= $(shell cat VERSION) +FILE = qemu-$(VERSION) # tar release (use 'make -k tar' on a checkouted tree) tar: -- 2.39.5