From fb14ff6e0724d09475e945a7dddcf7b7e5ef86c6 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Mon, 18 Jun 2018 21:40:35 +0200 Subject: Makefile: consistently use $(PYTHON) substitution --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 860223a492..2efe5ef117 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ update-nvd: wget -q -Odata/nvd/$$name https://nvd.nist.gov/download/$$name || true; \ gzip -f -d data/nvd/$$name || true; \ done - python bin/update-nvd data/nvd/nvdcve-*.xml + $(PYTHON) bin/update-nvd data/nvd/nvdcve-*.xml # Experimental code to compare the Debian and NVD CVE databases using # CPE values as common key. -- cgit v1.2.3