From dbd1c237f8a0f01b38b36a39cb3298bedac3190f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Mar 2009 18:20:19 +0000 Subject: [PATCH] make PATCHES value visible --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdd57b672..58d3a44f2 100644 --- a/Makefile +++ b/Makefile @@ -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