---
 src/Makefile.am   |    2 +-
 src/Makefile.in   |    2 +-
 tests/Makefile.am |    2 +-
 tests/Makefile.in |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

--- dvisvgm.git.orig/src/Makefile.am
+++ dvisvgm.git/src/Makefile.am
@@ -211,7 +211,7 @@ endif
 # the command-line parser class is generated from options.xml by opt2cpp
 $(srcdir)/CommandLine.hpp: options.xml
 	rm -f $@
-	python $(srcdir)/opt2cpp.py $< >$@
+	python3 $(srcdir)/opt2cpp.py $< >$@
 
 # Create a C string definition containing the PostScript routines psdefs.ps needed by class PSInterpreter
 $(srcdir)/psdefs.cpp: psdefs.ps
--- dvisvgm.git.orig/tests/Makefile.am
+++ dvisvgm.git/tests/Makefile.am
@@ -50,7 +50,7 @@ hashcheck_CPPFLAGS = $(LIBS_CFLAGS)
 hashcheck_LDADD = $(LIBS_LIBS)
 
 hashcheck.cpp: genhashcheck.py $(dvisvgm_srcdir)/src/AGLTable.hpp $(dvisvgm_srcdir)/libs/xxHash/xxhash.h
-	python $^ >$@
+	python3 $^ >$@
 
 TESTLIBS = libgtest.la ../src/libdvisvgm.la $(LIBS_LIBS) -lfreetype
 if ENABLE_WOFF
--- dvisvgm.git.orig/src/Makefile.in
+++ dvisvgm.git/src/Makefile.in
@@ -1408,7 +1408,7 @@ uninstall-am: uninstall-binPROGRAMS
 # the command-line parser class is generated from options.xml by opt2cpp
 $(srcdir)/CommandLine.hpp: options.xml
 	rm -f $@
-	python $(srcdir)/opt2cpp.py $< >$@
+	python3 $(srcdir)/opt2cpp.py $< >$@
 
 # Create a C string definition containing the PostScript routines psdefs.ps needed by class PSInterpreter
 $(srcdir)/psdefs.cpp: psdefs.ps
--- dvisvgm.git.orig/tests/Makefile.in
+++ dvisvgm.git/tests/Makefile.in
@@ -3508,7 +3508,7 @@ uninstall-am:
 
 
 hashcheck.cpp: genhashcheck.py $(dvisvgm_srcdir)/src/AGLTable.hpp $(dvisvgm_srcdir)/libs/xxHash/xxhash.h
-	python $^ >$@
+	python3 $^ >$@
 
 @CODE_COVERAGE_RULES@
 
