From 76ef9f2f2569384fcd9dfef45a2072e07aade965 Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Fri, 25 Jul 2014 11:30:12 +0200 Subject: [PATCH] minor improvement to Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24e5b158..01a1d3bf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ TESTLIB = $(TESTDIR)/lib BUILDDIR = $(CURDIR)/build DISTDIR = $(CURDIR)/dist -# stupid distutils, it's broken in so many ways SUBBUILDDIR = $(shell python -c 'import distutils.util, sys; \ print "lib.%s-%s" % (distutils.util.get_platform(), \ sys.version[0:3])') @@ -36,7 +35,7 @@ test: all test-one: all echo $(file) $(case) - PYTHONPATH="$(PYPATH)" python $(file) $(case) + PYTHONPATH="$(PYPATH)" $(file) $(case) coverage: all rm -f .coverage -- 2.47.0