summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jimmy Tang <jtang@tchpc.tcd.ie>2011-03-22 22:24:07 +0000
committerGravatar Joey Hess <joey@kitenet.net>2011-03-22 18:43:54 -0400
commitc44c318eafbfcd55a568c2761721520a95dfe530 (patch)
tree0b2d3bca9ac5823d65b0c3f881b4d4804e94a3b5 /Makefile
parent4ca3a3a9b5d38f1ac239b441c75ccb3a461e35cb (diff)
Touch up Makefile to depend on StatFS.hs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08e2f59fb..4ae8392c7 100644
--- a/Makefile
+++ b/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