From c44c318eafbfcd55a568c2761721520a95dfe530 Mon Sep 17 00:00:00 2001 From: Jimmy Tang Date: Tue, 22 Mar 2011 22:24:07 +0000 Subject: Touch up Makefile to depend on StatFS.hs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3