Hm, in fact I did the previous patch because Automake 1.4 created
dependencies for .yy.hh, not for .yy.h, so it was wrong somewhere.
Since I use .hh when I use .cc, it seemed logical to me that it was
the .h which was wrong.
But I sent the patch for CVS Automake, and I just discovered that it
the other half is already changed: now Automake generates dependencies
for .yy.h.
1999-03-26 Tom Tromey <[EMAIL PROTECTED]>
* automake.in (lang_yacc_finish): Always use `.h' as suffix for
yacc header file. From Ralf Corsepius.
I suppose it is now a matter of religion to decide whether if .yy ->
.cc then .yy -> .hh.
Akim