]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: fix distclean-check failure due to THANKS
authorPádraig Brady <P@draigBrady.com>
Fri, 3 Jul 2015 18:32:13 +0000 (19:32 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 3 Jul 2015 20:08:26 +0000 (21:08 +0100)
commit9a81dd803c8f3c0d04a758a5ad9e16c9b3ba4c63
tree95c63abfc29bb0086cfc9229df2462d333ca500c
parentdb3f9596ff9c1a8986f9d308969f8a265e3d7344
maint: fix distclean-check failure due to THANKS

* Makefile.am: Remove our dependence on src/sort which
induces awkward dependencies for `make dist` since
THANKS will be rebuilt once src/sort is newer.
Instead we remove the problematic -f option to sort
which actually doesn't change the order given
our current input.
Makefile.am