Commit 179a7cde authored by Nils Goroll's avatar Nils Goroll

fix call to vmodtool where no python3 exists in $PATH

parent 478bdeb9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.. role:: ref(emphasis) .. role:: ref(emphasis)
============= =============
vmod_hoailona VMOD hoailona
============= =============
---------------------------------------- ----------------------------------------
......
...@@ -20,7 +20,7 @@ vmod_hoailona.lo: vcc_if.c vcc_if.h ...@@ -20,7 +20,7 @@ vmod_hoailona.lo: vcc_if.c vcc_if.h
vcc_if.c: vcc_if.h vcc_if.c: vcc_if.h
vcc_if.h vmod_hoailona.man.rst: @VMODTOOL@ $(top_srcdir)/src/vmod_hoailona.vcc vcc_if.h vmod_hoailona.man.rst: @VMODTOOL@ $(top_srcdir)/src/vmod_hoailona.vcc
@VMODTOOL@ $(top_srcdir)/src/vmod_hoailona.vcc @PYTHON@ @VMODTOOL@ $(top_srcdir)/src/vmod_hoailona.vcc
VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc
.PHONY: $(VMOD_TESTS) .PHONY: $(VMOD_TESTS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment