diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c4fcd8a9248..c91e63efa13 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ .PHONY: git_sha1.h git_sha1.h: @echo "updating $@" - @$(PYTHON2) $(top_srcdir)/bin/git_sha1_gen.py --output $@ + @$(PYTHON) $(top_srcdir)/bin/git_sha1_gen.py --output $@ BUILT_SOURCES = git_sha1.h CLEANFILES = $(BUILT_SOURCES) |