From ce3ce924bd8bbf2eb626bdca2918d5acc6a973fb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Nov 2019 21:56:58 -0500 Subject: [PATCH] GNUmakefile: remove inappropriate PYTHONPATH mangling. This isn't needed here; it was copy/pasted from one of my publication repositories where it is. --- GNUmakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. -- 2.43.2