makefile: fix benchmark symlinking bug

This commit is contained in:
Simon Michael 2009-06-13 18:21:56 +00:00
parent 561deb81c1
commit 59d1cd96b8

View File

@ -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