]> git.draconx.ca Git - dxcommon.git/commitdiff
Fix glconfig with --disable-dependency-tracking.
authorNick Bowler <nbowler@draconx.ca>
Thu, 24 Mar 2022 02:22:50 +0000 (22:22 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 24 Mar 2022 02:22:50 +0000 (22:22 -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.

Making the dependency file generation conditional will avoid this
problem.  Add a new test case to cover this issue.


No differences found