diff options
author | Jimmy Tang <jtang@tchpc.tcd.ie> | 2011-03-22 22:24:07 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 18:43:54 -0400 |
commit | c44c318eafbfcd55a568c2761721520a95dfe530 (patch) | |
tree | 0b2d3bca9ac5823d65b0c3f881b4d4804e94a3b5 /Makefile | |
parent | 4ca3a3a9b5d38f1ac239b441c75ccb3a461e35cb (diff) |
Touch up Makefile to depend on StatFS.hs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |