|
|
| Bugzilla Link |
11177 |
| Resolution |
FIXED |
| Resolved on |
Jan 10, 2012 13:07 |
| Version |
trunk |
| OS |
Linux |
| Reporter |
LLVM Bugzilla Contributor |
| CC |
@regehr,@sylvestre |
Extended Description
Testing the 3.0rc1 build, make install fails with the following error
make[3]: *** No rule to make target /somewhere-or-other/llvm-3.0rc1/build-3.0rc1-Linux/bindings/ocaml/llvm/Release/META.llvm', needed by install-meta'. Stop.
make[3]: *** Waiting for unfinished jobs....
Running
cp -p bindings/ocaml/llvm/META.llvm bindings/ocaml/llvm/Release/META.llvm
... allowed the install to complete.
I suspect this issue only shows up for people with ocaml installed.