
29 Oct
2014
29 Oct
'14
8:35 p.m.
An old file left behind a pyc file, and caused problems. Manually removing all the pyc files took care of it, so I figured we could add this to 'make clean' for convenience. Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ae2cdf0..ec88787 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,4 +118,4 @@ VERSION: clean-local: rm -rf mo rpm -CLEANFILES = kimchi.spec +CLEANFILES = kimchi.spec `find "$(top_srcdir)" -type f -name "*.pyc" -print` -- 1.9.3