]> git.draconx.ca Git - dxcommon.git/commit
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)
commit5f7a5274914472e4e599fc3fd39764408ce25b14
treeadf4299012381460709696d9b81fb50c9f1393e6
parentcb0e97d3d40a6b186bdf8639fceb27dc66927bb5
Fix glconfig with --disable-dependency-tracking.

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.
snippet/glconfig.mk
tests/snippets.at