tools: fix the problem that was not updating the hledger-lib dependency

This commit is contained in:
Simon Michael 2010-07-10 13:09:19 +00:00
parent becd4f4dbc
commit 226ba76296

View File

@ -511,7 +511,7 @@ Version.hs: $(VERSIONFILE)
hledger.cabal: $(VERSIONFILE)
perl -p -e "s/(^ *version:) *.*/\1 $(VERSION)/" -i $@
perl -p -e "s/(^ *hledger-lib *==) *.*/\1 $(VERSION)/" -i $@
perl -p -e "s/(^ *hledger-lib *[>=]=) *.*/\1 $(VERSION)/" -i $@
hledger-lib/hledger-lib.cabal: $(VERSIONFILE)
perl -p -e "s/(^ *version:) *.*/\1 $(VERSION)/" -i $@