From: Stefano Lattarini Date: Mon, 30 Jul 2012 09:01:09 +0000 (+0200) Subject: build: fix build in VPATH setup X-Git-Tag: v1.12.3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38534b1de0d0b582297cea30d163405f03924e3;p=thirdparty%2Fautomake.git build: fix build in VPATH setup * Makefile.am (t/ax/test-defs.sh): Ensure the 't/ax' directory exists, before trying to create 'test-defs.sh' in there. This is required in VPATH builds. Reported-by: Akim Demaille Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index 20cb86d17..fc37f44dc 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)