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
commitfb14ff6e0724d09475e945a7dddcf7b7e5ef86c6 (patch)
treede20a80502000968ed87581b66ea6cb48007c2d1 /Makefile
parent3080ecd14957cdce39af55d908bfb88e8b4700dc (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