From 72b54d617006fd5ddce92ee577c52f2bff279310 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Sep 2011 10:21:19 -0400 Subject: [PATCH] Fix build without S3. --- Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f36928afb..ff58362766 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 d900ab1840..e79685a9ab 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 Tue, 06 Sep 2011 16:59:15 -0400