From 8a858f745d459c8e6ae4c0e94d65771315fcf775 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 14 Dec 2006 04:16:43 -0700
Subject: [PATCH] Makefile: fix location of figleaf.excludes

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ab73f3ea..93a68be7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,11 @@ test: build
 
 test-figleaf:
 	$(PP) trial --reporter=bwverbose-figleaf $(TEST)
-	figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
+	figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
 # after doing test-figleaf, point your browser at coverage-html/index.html
 
 figleaf-output:
-	figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
+	figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
 
 pyflakes:
 	pyflakes src/allmydata
-- 
2.45.2