aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@ieee.org>2018-05-31 17:41:59 -0400
committerJason Zaman <jason@perfinion.com>2018-06-08 17:21:01 +0800
commitb05fd6b11dc292faad625280ff1af3099346295c (patch)
tree13c52e37bfda853b6a08a476b2b847443cc68531 /Makefile
parentRemove deprecated flask.py script. (diff)
downloadhardened-refpolicy-b05fd6b11dc292faad625280ff1af3099346295c.tar.gz
hardened-refpolicy-b05fd6b11dc292faad625280ff1af3099346295c.tar.bz2
hardened-refpolicy-b05fd6b11dc292faad625280ff1af3099346295c.zip
Switch all remaining Python references to the Python 3 interpreter.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89387367..1447f5b1 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ AWK ?= gawk
GREP ?= egrep
INSTALL ?= install
M4 ?= m4 -E -E
-PYTHON ?= python -t -t -E -W error
+PYTHON ?= python3 -t -t -E -W error
SED ?= sed
SORT ?= LC_ALL=C sort
UMASK ?= umask