]> git.lizzy.rs Git - zlib.git/commit
use relative symlinks for shared libs
authorMike Frysinger <vapier@gentoo.org>
Sun, 11 Sep 2011 18:46:44 +0000 (14:46 -0400)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 11 Sep 2011 19:21:10 +0000 (12:21 -0700)
commitae1de165d7133d6ebe9a69b10abdc952d877b6ae
treebd3d647d39c427c03c1fa5c8dd70c5734f1ae80b
parent06223a362e1855302be908e9ececb3c6c90be8ca
use relative symlinks for shared libs

The DESTDIR should not be encoded into symlinks as it is only a
temporary path.  Further, since we install the symlinks into the
same dir as the files, let's use relative links so that they can
always resolve.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile.in