From 3a4a1b4ef0dc69f2c530554a15f32e534f02a6f4 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 5 Sep 2011 13:52:58 +0100 Subject: [PATCH] Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides its name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46ddb45..a4294d3 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ termkey.h: termkey.h.in Makefile -e 's/@@VERSION_MINOR@@/$(VERSION_MINOR)/g' \ $< >$@ -DISTDIR=libtermkey-$(VERSION_MAJOR).$(VERSION_MINOR) +DISTDIR=libtermkey-$(VERSION) distdir: all mkdir __distdir