From: Michael Orlitzky Date: Mon, 4 Nov 2019 02:56:58 +0000 (-0500) Subject: GNUmakefile: remove inappropriate PYTHONPATH mangling. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=ce3ce924bd8bbf2eb626bdca2918d5acc6a973fb GNUmakefile: remove inappropriate PYTHONPATH mangling. This isn't needed here; it was copy/pasted from one of my publication repositories where it is. --- diff --git a/GNUmakefile b/GNUmakefile index e9b7d11..a5686c5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -206,9 +206,7 @@ check-undefined: $(PN).log .PHONY: check-sage check-sage: $(SAGE_LISTING_DSTS) ifdef SAGE_LISTING_DSTS - PYTHONPATH="$(HOME)/src/sage.d" \ - sage -t --timeout=0 --memlimit=0 \ - $^ + sage -t --timeout=0 --memlimit=0 $^ endif # Run a suite of checks.