Commit b4d6b714 authored by Nils Goroll's avatar Nils Goroll

beautify make output

parent 15cc069b
...@@ -124,7 +124,7 @@ GENERATED_H = vcl.h $(GEN_H) ...@@ -124,7 +124,7 @@ GENERATED_H = vcl.h $(GEN_H)
## except when building from a distribution ## except when building from a distribution
vcs_version.h: vcs_version.h:
if test -d $(top_srcdir)/.git ; then \ $(AM_V_GEN) if test -d $(top_srcdir)/.git ; then \
@PYTHON@ $(srcdir)/generate.py \ @PYTHON@ $(srcdir)/generate.py \
$(top_srcdir) $(top_builddir) ; \ $(top_srcdir) $(top_builddir) ; \
fi 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