* master:
build: fix build in VPATH setup
news: fix a couple of minor formatting issues
gen-tests: simplify sourcing of helper shell files
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/ax/test-defs.sh: t/ax/test-defs.in Makefile
$(AM_V_at)rm -f $@ $@-t
- $(AM_V_at)$(MKDIR_P) t/ax
- $(AM_V_GEN)in=t/ax/test-defs.in \
- && $(do_subst) <$(srcdir)/$$in >$@-t
++ $(AM_V_at)$(MKDIR_P) $(@D)
+ $(AM_V_GEN)$(do_subst)
$(generated_file_finalize)
EXTRA_DIST += t/ax/test-defs.in
CLEANFILES += t/ax/test-defs.sh