diff options
author | K. Richard Pixley <rich@cygnus> | 1993-07-01 01:23:39 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-07-01 01:23:39 +0000 |
commit | 1e787898a0135893db7300982ad2280a4acc66d5 (patch) | |
tree | a86875b3a001a53b0a486a260c678351c4de7995 /ld | |
parent | 95f2d25323e3233a675df759f23b261fa4ea08ea (diff) | |
download | gdb-1e787898a0135893db7300982ad2280a4acc66d5.zip gdb-1e787898a0135893db7300982ad2280a4acc66d5.tar.gz gdb-1e787898a0135893db7300982ad2280a4acc66d5.tar.bz2 |
* 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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 03227c2..5a8cce1 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) |