summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-07 10:21:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-07 10:21:19 -0400
commit72b54d617006fd5ddce92ee577c52f2bff279310 (patch)
tree369e3fbeddd8d2e729aa57cfc6cdc3965bfebb6e
parent3623d831d193d029a35aac81571d67768b176534 (diff)
Fix build without S3.
-rw-r--r--Makefile2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f36928af..ff5836276 100644
--- a/Makefile
+++ b/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
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