make PATCHES value visible

This commit is contained in:
Simon Michael 2009-03-05 18:20:19 +00:00
parent f7b2e62bcb
commit dbd1c237f8

View File

@ -3,7 +3,7 @@
default: tag build
# patches since last release tag (as a haskell string literal)
PATCHES:=`expr \`darcs changes --count --from-tag=\\\\\.\` - 1`
PATCHES:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1)
# build the normal hledger binary
BUILD=ghc --make hledger.hs -o hledger -O