| Now we have this in the top-level Makefile.am:
| 
| # Follow the version number changes.
| $(bin_SCRIPTS): configure.in
| 
| When BSD make scans for rules to make autoconf it picks the explicit rule
| first, but it's empty. I believe that there is no way to use the suffix
| rule in BSD make if an explicit rule is present.

I just observed the same failure from SunOS' stock make.

Reply via email to