Fix build without S3.
This commit is contained in:
parent
3623d831d1
commit
72b54d6170
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue