From 8791859821ea7c2bcb8aed44d5bbf8d1a4ae7f1d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 19 Apr 2013 12:11:36 +0100 Subject: fix dumb extension --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3