> If I'm not mistaken you changed: > > install_data: install_always $(make_install_examples) > > for: > > install_data: install_always install_examples > > which causes the the `install_examples' rule to be executed, causing > the error. Why did you have to make this change? It seems to me > that the previous dependency was correct.
Looks like a parallel editing error ... > Here is a patch containing the modifications I had to make to > correct the 3 problems mentioned above. Please apply! Werner