two fixes for "make install" handling of shared libs
authorRich Felker <dalias@aerifal.cx>
Sat, 18 Feb 2012 04:17:48 +0000 (23:17 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 18 Feb 2012 04:17:48 +0000 (23:17 -0500)
commit3c870263c5a14b77628f83c06852a6f340b2443f
treebac113d71e59bf2761f84344bcdeff3d7b3371b6
parent1611ab0d9b10ad3413f452c2b31a6c1c56dd6939
two fixes for "make install" handling of shared libs

1. don't try to install (and thus build) shared libs when they were
disabled in config.mak

2. ensure that the path for the dynamic linker exists before
attempting to install it.
Makefile