From aa3c06cba1334bf983792ed6492f524be2782418 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 4 Apr 2022 21:07:06 -0400 Subject: [PATCH] Bump dxcommon to fix builds using --disable-dependency-tracking. Some build rules were inadvertently depending on directory creation that happens as a side effect of depfiles generation. This does not happen when configuring with --disable-dependency-tracking, leading to issues with VPATH builds. Failures are easily observed with a command like make DISTCHECK_CONFIGURE_FLAGS=--disable-dependency-tracking distcheck Using parallel make can hide problems since it seems Automake also generates make rules that incidentally create these directories. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 6532aaa..6bba07e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6532aaac91a7efd99eb74726679c4000459e7bb3 +Subproject commit 6bba07ea3a95f69fcb47457dde0970a72eecbcee -- 2.43.2