tools: fix Version.hs path in makefile

This commit is contained in:
Simon Michael 2010-05-20 02:09:12 +00:00
parent 19971c3784
commit 41f57ada61

View File

@ -485,7 +485,7 @@ endif
# files which should be updated when the version changes # files which should be updated when the version changes
VERSIONSENSITIVEFILES=\ VERSIONSENSITIVEFILES=\
hledger.cabal \ hledger.cabal \
Hledger/Version.hs \ Hledger/Cli/Version.hs \
hledger-lib/hledger-lib.cabal \ hledger-lib/hledger-lib.cabal \
Version.hs: $(VERSIONFILE) Version.hs: $(VERSIONFILE)