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}