Touch up Makefile to depend on StatFS.hs
This commit is contained in:
parent
4ca3a3a9b5
commit
c44c318eaf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue