Build: Fix the combination of --disable-xzdec --enable-lzmadec.
commit98d3368ef4bff0face78d6932f2156730c8cb658
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 25 Apr 2014 14:53:42 +0000 (25 17:53 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 26 Apr 2014 05:47:36 +0000 (26 08:47 +0300)
tree297bd2c8749ba415fabf5c71eafdfb62789f6f5c
parentba3b5dd082db2cb5973e877a74221d739c663fb4
Build: Fix the combination of --disable-xzdec --enable-lzmadec.

In this case "make install" could fail if the man page directory
didn't already exist at the destination. If it did exist, a
dangling symlink was created there. Now the link is omitted
instead. This isn't the best fix but it's better than the old
behavior.
src/xzdec/Makefile.am