Track dependencies when creating symlinks to LLVM libraries next
authorGordon Henriksen <gordonhenriksen@mac.com>
Mon, 3 Dec 2007 21:15:53 +0000 (21:15 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Mon, 3 Dec 2007 21:15:53 +0000 (21:15 +0000)
commit516276edd4adadf8d521ae6ba29713dacc353c0a
tree7591674d53df41a96b566c028c9fa5fcd03c1894
parent05e5a7468aded360b415f5aac9ea6017d5cffbe0
Track dependencies when creating symlinks to LLVM libraries next
to the ocaml bindings. This is required on Windows where 'ln -sf'
actually creates a copy. Thanks to Alain Frisch for noticing this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44547 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/Makefile.ocaml