From 83608df8b91f4f9f6efa87c198027d986685387b Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Mon, 14 Jan 2013 04:29:12 +0000 Subject: [PATCH] Fix the gmake variable that snags the current version number. FossilOrigin-Name: d04c5aa8d47cb9a5d12520ae3599dbbbf676800486c31b8d349aad1a7bf476e0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdb49e0..5f5d0fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION := $(shell awk '/VERSION/ { print $$4 }' shelldap | sed -e "s/[';]//g") +VERSION := $(shell awk '/VERSION =/ { print $$4 }' shelldap | sed -e "s/[';]//g") release: @mkdir shelldap-${VERSION}