# HG changeset patch # User Mahlon E. Smith # Date 1358137752 28800 # Node ID bf9d6fa1b1d49c74be61846f7e6992f9f27158d1 # Parent f0616455056d70095d7a6b7ad5d7b7af400a3164 Fix the gmake variable that snags the current version number. diff -r f0616455056d -r bf9d6fa1b1d4 Makefile --- a/Makefile Thu Jan 10 18:24:27 2013 -0800 +++ b/Makefile Sun Jan 13 20:29:12 2013 -0800 @@ -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}