diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-11 09:44:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-11 09:44:57 -0500 |
commit | b915b6cd2171dd9b810bd318739e191db1a810b5 (patch) | |
tree | 1d16bc690925b233a9b421323a449392f08e59c6 /Makefile.am | |
parent | 27e42699296c1a024db294a77ebb1c0c0bbbd179 (diff) | |
parent | 7da06e43da96f4253a756af546f27f03141b3784 (diff) | |
download | tor-b915b6cd2171dd9b810bd318739e191db1a810b5.tar.gz tor-b915b6cd2171dd9b810bd318739e191db1a810b5.zip |
Merge remote-tracking branch 'github/prop297'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cc81be18b5..a945130213 100644 --- a/Makefile.am +++ b/Makefile.am @@ -418,7 +418,7 @@ endif .PHONY: update-versions update-versions: - $(PERL) $(top_builddir)/scripts/maint/updateVersions.pl + abs_top_srcdir="$(abs_top_srcdir)" $(PYTHON) $(top_srcdir)/scripts/maint/update_versions.py .PHONY: callgraph callgraph: |