From 1601daeddb560e1c7c6e5178f83573f3c4fe5857 Mon Sep 17 00:00:00 2001 From: Sebastian Saeger Date: Sun, 21 Feb 2016 17:38:30 +0100 Subject: [PATCH] Fixes the 'make cython' by adjusting the path to cythonize.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23d1a4c618233..c6a2cfa0049ea 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ trailing-spaces: find sklearn -name "*.py" -exec perl -pi -e 's/[ \t]*$$//' {} \; cython: - python sklearn/_build_utils/cythonize.py sklearn + python build_tools/cythonize.py sklearn ctags: # make tags for symbol based navigation in emacs and vim