From 29814cfa7c2f7face16e2067a61577dba435800e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Feb 2009 04:36:26 -0400 Subject: [PATCH] Removed debugging code from the Makefile. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7f2a37a5..494d6ee7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -401,9 +401,7 @@ ESC_distdir=`echo "$(distdir)" | sed 's/\//\\\\\//g'` # jww (2007-05-10): This rule will not be triggered on systems that # define an EXEEXT. PyUnitTests: $(srcdir)/test/PyUnitTests.py test/python/UnitTests.py - @echo all_test_sources: $(all_tests_sources) - @echo all_py_test_sources: $(all_py_tests_sources) - cat $(srcdir)/test/PyUnitTests.py \ + @cat $(srcdir)/test/PyUnitTests.py \ | sed "s/%python%/$(ESC_python)/" \ | sed "s/%srcdir%/$(ESC_srcdir)/g" \ | sed "s/%builddir%/$(ESC_builddir)/g" > $@