diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |