aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20d134714..3f36928af 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,9 @@ Remote/S3.o: Remote/S3.hs
echo "** building without S3 support"; \
fi
-$(bins): $(sources)
+sources: $(sources)
+
+$(bins): sources
$(GHCMAKE) $@
git-annex.1: doc/git-annex.mdwn