From 59cdfb8f354fe9d19cf2b04d2d68766329da80c0 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 7 May 2008 05:37:11 -0700
Subject: [PATCH] setup: tiny fix to syntax in makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 98ba5c5b..27df4eeb 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ endif
 
 # TESTING
 
-.PHONY: check-all-deps $(CHECK_PYWIN32_DEP) signal-error-deps, signal-error-pywin32-dep, test test-figleaf figleaf-output
+.PHONY: check-all-deps $(CHECK_PYWIN32_DEP) signal-error-deps signal-error-pywin32-dep test test-figleaf figleaf-output
 
 
 signal-error-deps:
-- 
2.45.2