Use "ln -sf" in Makefile for symbolic links
authorAdrian Perez <aperez@igalia.com>
Sat, 13 Aug 2011 14:07:57 +0000 (16:07 +0200)
committerAdrian Perez <aperez@igalia.com>
Sat, 13 Aug 2011 14:07:57 +0000 (16:07 +0200)
commit9be1e7675ab4d950aff0fff5676f1c0d9789d7b8
tree05221898e30ae5966b68f80599088e549583655e
parentc806c937886255c61908ddf54e4c51d934d5a249
Use "ln -sf" in Makefile for symbolic links

Adding "-f" to the invocation of "ln" allows for certain make invocations
to succeed even when the symlinks were already existing in the filesystem
prior to invocation.
Makefile