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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=df5cf721605327427e4c033f75fd0875486c109f;p=qemu.git Make the tarball's VERSION part overridable from make invocation. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2356 c046a42c-6fe2-441c-8c8c-71466251a162 --- 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: