From 59d1cd96b828188ac86e82d72c75c24f288b639f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jun 2009 18:21:56 +0000 Subject: [PATCH] makefile: fix benchmark symlinking bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99eb96d8b..eea184830 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SOURCEFILES:=*hs Commands/*hs Ledger/*hs DOCFILES:=HOME README NEWS CONTRIBUTORS SCREENSHOTS PATCHLEVEL:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1) BUILDFLAGS:=-DPATCHLEVEL=$(PATCHLEVEL) $(OPTFLAGS) -TIME:=`date +"%Y%m%d%H%M"` +TIME:=$(shell date +"%Y%m%d%H%M") default: tag hledger