Makefile (distdir): Copy files rather than linking.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 20:57:56 +0000 (21:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 23:54:36 +0000 (00:54 +0100)
commitb395b938146a104c8ba88b1d50cffc89054cbb0f
tree4bf29e300422d47d28bce51503c766def06d0283
parent9555bb4bd08ebfc33c69d58732537b5c6760c928
Makefile (distdir): Copy files rather than linking.

Linking will hardlink symlinks, and that won't end well.  All our files
are tiny, so it's not worth worrying about the performance effect.
Makefile