* Makefile.in (.y.c): skip default .y.c rules. gnu make can now run in
authorK. Richard Pixley <rich@cygnus>
Thu, 1 Jul 1993 01:23:39 +0000 (01:23 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 1 Jul 1993 01:23:39 +0000 (01:23 +0000)
commit1e787898a0135893db7300982ad2280a4acc66d5
treea86875b3a001a53b0a486a260c678351c4de7995
parent95f2d25323e3233a675df759f23b261fa4ea08ea
* Makefile.in (.y.c): skip default .y.c rules. gnu make can now run in
  parallel without colliding on yacc's static file names. Without the
  stub rule, make will try to start two yacc's concurrently which
  fails because of yacc's static file names.
ld/ChangeLog