aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-24 22:56:36 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-24 22:56:36 +0000
commitdf5cf721605327427e4c033f75fd0875486c109f (patch)
tree2ddfca124b5fd80febc008fa742d20e13f968b96 /Makefile
parent44cbbf18b946030d7445a324aa42f624031b0639 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: