Fix the gmake variable that snags the current version number.
authorMahlon E. Smith <mahlon@martini.nu>
Sun, 13 Jan 2013 20:29:12 -0800
changeset 47 bf9d6fa1b1d4
parent 46 f0616455056d
child 48 fe27dfe5179e
Fix the gmake variable that snags the current version number.
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}