]> git.draconx.ca Git - dxcommon.git/commitdiff
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)
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.


No differences found