Makefile.inc1: Reduce strict ordering for libc.
authorzrj <rimvydas.jasinskas@gmail.com>
Sat, 26 May 2018 09:44:57 +0000 (12:44 +0300)
committerzrj <zrj@dragonflybsd.org>
Sat, 26 May 2018 10:57:10 +0000 (13:57 +0300)
commit762087c8be0f5fad9241d2424f62dca72f7322a1
treecd1bb0d860b3c17493f8beea5087b1db5285b0f3
parentad74ed1011785e8f1d4ce54baf4b09d1a8abaf73
Makefile.inc1: Reduce strict ordering for libc.

Mark lib/csu as a hard dep for lib/libc (needed only for libc.so link).
Even if lib/libc_rtld is not strictly needed to be handled at all in
Makefile.inc1 (its _pic.a archive only used by libexec/rtld-elf),
having it here is not a big issue since both libc and libc_rtld spend a
lot of time in make depend and running those in parallel helps somewhat.
Makefile.inc1