X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=90716f6246cf5c46223e166a350898293e6554a9;hb=9b80df4c9a2f2bf59c59f8bda3a231aec66cafbf;hp=dc86c6065a6686e1c687934d796203a55dac8cd1;hpb=9c021c0763dd09b8457d16389d693fdfe858ca82;p=freeside.git diff --git a/Makefile b/Makefile index dc86c6065..90716f624 100644 --- a/Makefile +++ b/Makefile @@ -115,10 +115,10 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/ -VERSION=`grep '^$VERSION' FS/FS.pm | cut -d\' -f2` -TAG=freeside_`echo ${VERSION} | perl -pe 's/\./_/g'` +VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` +TAG = freeside_`echo ${VERSION} | perl -pe 's/\./_/g'` -DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 +DEBVERSION := `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 TEXMFHOME := "\$$TEXMFHOME"