]> git.draconx.ca Git - dxcommon.git/commitdiff
Fix autotest snippet with --disable-dependency-tracking.
authorNick Bowler <nbowler@draconx.ca>
Sat, 26 Mar 2022 03:58:29 +0000 (23:58 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 26 Mar 2022 03:58:29 +0000 (23:58 -0400)
When configuring with --disable-dependency-tracking, the .deps
directories are not created by config.status so unconditionally
creating files in there will not work.

We can avoid this problem by adjusting the rule to skip updating
testsuite.P in this configuration.  Add a new test case to expose
the issue.


No differences found