From: Alina Quereilhac Date: Fri, 25 Jul 2014 09:30:12 +0000 (+0200) Subject: minor improvement to Makefile X-Git-Tag: nepi-3.2.0~118^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=76ef9f2f2569384fcd9dfef45a2072e07aade965;p=nepi.git minor improvement to Makefile --- 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