Touch up Makefile to depend on StatFS.hs

This commit is contained in:
Jimmy Tang 2011-03-22 22:24:07 +00:00 committed by Joey Hess
parent 4ca3a3a9b5
commit c44c318eaf

View file

@ -15,7 +15,7 @@ SysConfig.hs: configure.hs TestConfig.hs
hsc2hs $<
perl -i -pe 's/^{-# INCLUDE.*//' $@
$(bins): SysConfig.hs Touch.hs
$(bins): SysConfig.hs Touch.hs StatFS.hs
$(GHCMAKE) $@
git-annex.1: doc/git-annex.mdwn