Use ln -n to avoid following symlinks to directories.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 13 Aug 2019 14:26:13 +0000 (14:26 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 13 Aug 2019 14:35:52 +0000 (14:35 +0000)
commit51456d87d356559d3ed7f6e2395a7ae6de159e42
tree1d5603f5622476873c0989512f934096035733f0
parentf70f68ac8fe5c1add78cf1b10910e72febbef6a9
Use ln -n to avoid following symlinks to directories.

Evidently -h is the BSD option for `don't follow symlinks', following
the convention of chmod and other utilities, while -n is the GNU
option; fortunately at least NetBSD ln has had -n too for GNU
compatibility for decades so I'm satisfied with -n.  (Neither one is
POSIX.)
src/Makefile.tools.in