]> git.draconx.ca Git - dxcommon.git/commit
Fix depfiles compatibility with modern Automake.
authorNick Bowler <nbowler@draconx.ca>
Sun, 6 Jan 2019 16:56:28 +0000 (11:56 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 6 Jan 2019 17:01:15 +0000 (12:01 -0500)
commit92a89700c65e52fac8c2cace51a7112d60b3f42f
tree65c100db4d6006bf486320504e91ae52b2521c73
parenta90ed16c79278b21be93bf8dc93f6c40ee2575ea
Fix depfiles compatibility with modern Automake.

Automake 1.16 changes how depfiles are created.  It is now necessary
to define a rule which creates the stub and additionally we must clean
them explicitly.  This is a bit annoying to do but that's the price of
relying on undocumented internal behaviour, I guess.

The extra rule should be harmless when using Automake 1.15.
snippet/autotest.mk
snippet/glconfig.mk