]> git.draconx.ca Git - slotifier.git/commit
Bump dxcommon to fix builds using --disable-dependency-tracking.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 Apr 2022 01:07:06 +0000 (21:07 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 Apr 2022 01:07:06 +0000 (21:07 -0400)
commitaa3c06cba1334bf983792ed6492f524be2782418
tree1dc1509e2b1966a995fc2acad499ff1387b57597
parentcc2c58eddd5c67c98502cee2960fc3673c62d8ea
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