]> git.draconx.ca Git - dxcommon.git/commitdiff
fix-ltdl: Delete libobj symlink before attempting to create it.
authorNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 02:17:51 +0000 (22:17 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 02:17:51 +0000 (22:17 -0400)
There seems to be a (rare) race in parallel builds where make for some
reason decides to update the libobj symlink after it already exists,
which fails.  I can't reproduce the failure, but deleting the symlink
(if one exists) before creating it should avoid the issue.


No differences found