From: Nick Bowler Date: Thu, 24 Feb 2022 04:20:34 +0000 (-0500) Subject: Ditch local orderonly trick. X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/928139d581ba3b90e87683e3948db61193498fc5?ds=sidebyside;hp=928139d581ba3b90e87683e3948db61193498fc5 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. ---