From dadc2f8b0dea65176f723042b3deb26386272686 Mon Sep 17 00:00:00 2001 From: eb Date: Fri, 22 Sep 2006 18:57:58 +0000 Subject: [PATCH] fixed install failure that occured with automake 1.7.9 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3619 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-error-correcting-codes/src/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-error-correcting-codes/src/python/Makefile.am b/gr-error-correcting-codes/src/python/Makefile.am index ca2acece..e03d9eb4 100644 --- a/gr-error-correcting-codes/src/python/Makefile.am +++ b/gr-error-correcting-codes/src/python/Makefile.am @@ -27,6 +27,6 @@ TESTS = run_tests noinst_PYTHON = qa_ecc.py -grpython_PYTHON = +#grpython_PYTHON = MOSTLYCLEANFILES = *.pyc *~ run_tests -- 2.47.2