]> git.draconx.ca Git - dxcommon.git/commitdiff
fix-gnulib: Handle MOSTLYCLEANDIRS.
authorNick Bowler <nbowler@draconx.ca>
Tue, 24 Jul 2012 23:59:34 +0000 (19:59 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 24 Jul 2012 23:59:34 +0000 (19:59 -0400)
Usage of this variable suffers from similar problems as xxxCLEANFILES,
so fix it up in the same way by moving it to the end of the makefile
fragment.  The check needs to be improved a bit as the fragment contains
actual references to this variable, and only want to move the
assignments.

The variable also needs to be set before use, which strangely doesn't
actually happen in the fragment, even though this is a totally internal
thing...


No differences found