Commit 05f85038 authored by Nils Goroll's avatar Nils Goroll

fix out-of-tree builds / distcheck

parent 126841f6
......@@ -125,8 +125,8 @@ GENERATED_H = vcl.h $(GEN_H)
vcs_version.h:
@if test -e $(top_srcdir)/.git || \
! test -f vmod_abi.h || \
! test -f vcs_version.h ; then \
! test -f $(srcdir)/vmod_abi.h || \
! test -f $(srcdir)/vcs_version.h ; then \
@PYTHON@ $(srcdir)/generate.py \
$(top_srcdir) $(top_builddir) ; \
fi
......
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