summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2013-04-19 12:11:36 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2013-04-19 12:11:36 +0100
commit8791859821ea7c2bcb8aed44d5bbf8d1a4ae7f1d (patch)
tree71778e735f8497c5e499bade4ab5fb0bbb035bf5 /Makefile
parentd1655e6702c8c6518bac008a86a38739ac0110db (diff)
downloadbuildsystem-8791859821ea7c2bcb8aed44d5bbf8d1a4ae7f1d.tar.gz
buildsystem-8791859821ea7c2bcb8aed44d5bbf8d1a4ae7f1d.tar.bz2
fix dumb extension
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 070cd9a..523fa7c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,5 +45,5 @@ dist:
$(eval GIT_TAG := $(shell git describe --abbrev=0 --match "v*"))
$(eval GIT_VER := $(shell x="$(GIT_TAG)"; echo "$${x#v}"))
$(if $(subst $(GIT_VER),,$(COMPONENT_VERSION)), $(error Component Version "$(COMPONENT_VERSION)" and GIT tag version "$(GIT_VER)" do not match))
- $(eval DIST_FILE := lib$(COMPONENT)-${GIT_VER})
+ $(eval DIST_FILE := $(COMPONENT)-${GIT_VER})
$(Q)git archive --format=tar.gz --prefix=$(DIST_FILE)/ -o $(DIST_FILE).tar.gz $(GIT_TAG)