summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-30 11:09:27 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-30 11:09:27 +0200
commite4fbe2ab6dee137d2f4735ca539613bb67411ebb (patch)
tree21001a3fa07c404f8c7b5d066d2fb11079f54e4d /Makefile.am
parent63f8c3647b2e8015dc637791bb92981d4a00dab7 (diff)
parenta38534b1de0d0b582297cea30d163405f03924e3 (diff)
downloadautomake-e4fbe2ab6dee137d2f4735ca539613bb67411ebb.tar.gz
Merge branch 'maint'
* maint: build: fix build in VPATH setup gen-tests: simplify sourcing of helper shell files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 98a67a0dd..6ff7e71cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -414,6 +414,7 @@ EXTRA_DIST += t/ax/distcheck-hook-m4.am
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
$(generated_file_finalize)