From: Brian Warner <warner@lothar.com>
Date: Wed, 24 Apr 2013 22:20:47 +0000 (-0700)
Subject: Makefile: oops, fix tahoe-deps/tahoe-lafs-deps mismatch
X-Git-Tag: allmydata-tahoe-1.10.0c1~4
X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/somewhere?a=commitdiff_plain;h=ea052411761137ba0f3d7bc5f18dfd780f8bad08;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: oops, fix tahoe-deps/tahoe-lafs-deps mismatch

which broke fetch-and-unpack-deps
---

diff --git a/Makefile b/Makefile
index 427edb89..1eb1e4c3 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,7 @@ find-trailing-spaces:
 fetch-and-unpack-deps:
 	test -f tahoe-deps.tar.gz || wget https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-deps.tar.gz
 	rm -rf tahoe-deps
-	tar xzf tahoe-deps.tar.gz
+	tar xzf tahoe-lafs-deps.tar.gz
 
 test-desert-island:
 	$(MAKE) fetch-and-unpack-deps