diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-07 10:21:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-07 10:21:19 -0400 |
commit | 72b54d617006fd5ddce92ee577c52f2bff279310 (patch) | |
tree | 369e3fbeddd8d2e729aa57cfc6cdc3965bfebb6e | |
parent | 3623d831d193d029a35aac81571d67768b176534 (diff) |
Fix build without S3.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,7 @@ Remote/S3.o: Remote/S3.hs sources: $(sources) -$(bins): sources +$(bins): sources Remote/S3.o $(GHCMAKE) $@ git-annex.1: doc/git-annex.mdwn diff --git a/debian/changelog b/debian/changelog index d900ab184..e79685a9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (3.20110907) UNRELEASED; urgency=low * whereis: Show untrusted locations separately and do not include in location count. + * Fix build without S3. -- Joey Hess <joeyh@debian.org> Tue, 06 Sep 2011 16:59:15 -0400 |