From: ths Date: Wed, 24 Jan 2007 22:56:36 +0000 (+0000) Subject: Make the tarball's VERSION part overridable from make invocation. X-Git-Tag: release_0_9_1~1539 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ac43a3629ea1d1b178ead54eefed83a377390f61;p=qemu-xen-unstable.git Make the tarball's VERSION part overridable from make invocation. --- diff --git a/Makefile b/Makefile index 77c5237272..0f608111b2 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: