summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2018-06-18 21:40:35 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2018-06-18 21:40:35 +0200
commitddaf580ab4ea2f7bca3c8dbd986e86c46338b201 (patch)
treee4e42cff0717977618804ce844421c1e9d8b84be /Makefile
parent9cbe876931f8421192c1d19ee319c2e78e5413f3 (diff)
Makefile: consistently use $(PYTHON) substitution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy