]> git.draconx.ca Git - upkg.git/commit
Ditch local orderonly trick.
authorNick Bowler <nbowler@draconx.ca>
Thu, 24 Feb 2022 04:20:34 +0000 (23:20 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 24 Feb 2022 04:28:31 +0000 (23:28 -0500)
commit928139d581ba3b90e87683e3948db61193498fc5
treed6d16c941682fe12d276bac79266a11213ddddfa
parent73121d6a9327147a3e2b706f0dd10e2e8cd6800f
Ditch local orderonly trick.

The orderonly trick used here is missing various updates in fix-gnulib
that improve interoperability with various make implementations.

We can just rely on the logic in $(gnulib_headers) to get its version
of the order-only behaviour, particularly since every file including
these ones should have gnulib header dependencies.
Makefile.am