diff --git a/common/makefile b/common/makefile index 5feda13..c43c4e5 100644 --- a/common/makefile +++ b/common/makefile @@ -19,10 +19,10 @@ # Definitions Relevant To This Program ##### -PROGNAME = __PROJECTNAME__ +PROGNAME = __PROJECTNAME__ PROGMAIN = __PROJECTNAME__.__TYPE__ -PROGFILES = ${PROGMAIN} +PROGFILES = ${PROGMAIN} # setup.py # Uncomment this if desired for python modules PROGDOCS = ${PROGMAIN}.ps DOCS = __LICENSE__ \ @@ -47,7 +47,7 @@ RELEASES = "Releases" TARBALL = ${DIR}.tar.gz TMPFILE = tmpfile -VERSION = $(shell cvs log ${PROGMAIN} | grep head | cut -f2 -d " ")${EARLY} +VERSION = $(shell cvs log ${PROGMAIN} | grep ^head\: | cut -f2 -d " ")${EARLY} #####