Fix build without S3.

This commit is contained in:
Joey Hess 2011-09-07 10:21:19 -04:00
parent 3623d831d1
commit 72b54d6170
2 changed files with 2 additions and 1 deletions

View file

@ -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

1
debian/changelog vendored
View file

@ -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