improve the build rules for installing /lib/ld-musl-$ARCH.so
authorRich Felker <dalias@aerifal.cx>
Sat, 5 May 2012 01:54:57 +0000 (21:54 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 5 May 2012 01:54:57 +0000 (21:54 -0400)
commitf8e054f95197bf9c4463122fba3ebc586d4a99f6
tree8c6ba044f77d1bb13844b08b0f285a5ddc07a2f2
parentdac791226a0f6fb8d19d83b63a837254f804dbac
improve the build rules for installing /lib/ld-musl-$ARCH.so

these new rules should avoid spurious error messages when the
directory (usually /lib) and the dynamic linker symlink already exist,
and minimize the spam when they can't be created.
Makefile