diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-06 15:35:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-06 15:35:13 -0400 |
commit | ebb92221fd2d42e360bf24a72b53971129908f01 (patch) | |
tree | 9092c81dc28f3485e30621fe4e231bfc0a3e7a3d /Makefile | |
parent | 3778e8897dcd8b2a5a54d076cc5d3a6d0a0bb689 (diff) |
Fix Makefile to work with cabal again.
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 |