From 46e04d12dbdc2b985e023b1d2cba4c926fbd4ebf Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 15 Sep 2020 13:36:26 +0200 Subject: [PATCH] Fix make --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index c441980a2..d44063f83 100644 --- a/Makefile +++ b/Makefile @@ -21,18 +21,12 @@ ifndef WHEELHOUSE override WHEELHOUSE = "./wheelhouse" endif -ifndef SPACY_PEX_MODULE -# By default, don't execute a module, so we just run Python, not spaCy -override SPACY_PEX_MODULE = "" -endif - dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp $(VENV)/bin/pex \ -f $(WHEELHOUSE) \ --no-index \ --disable-cache \ - $(SPACY_PEX_MODULE) -o $@ \ $(package)==$(version) \ $(SPACY_EXTRAS)