From: K. Richard Pixley Date: Thu, 1 Jul 1993 01:23:39 +0000 (+0000) Subject: * Makefile.in (.y.c): skip default .y.c rules. gnu make can now run in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e787898a0135893db7300982ad2280a4acc66d5;p=binutils-gdb.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 03227c2c823..5a8cce1294c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,8 +1,9 @@ Wed Jun 30 15:45:55 1993 K. Richard Pixley (rich@sendai.cygnus.com) - * Makefile.in (ldgram.[hc]): rewrite this rule in such a way that - gnu make can run in parallel without colliding on yacc's static - file names. + * 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. Tue Jun 29 12:20:36 1993 Ian Lance Taylor (ian@cygnus.com)