* 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.
This commit is contained in:
K. Richard Pixley
1993-06-30 22:48:51 +00:00
parent c2e247c4ff
commit 559d7baf89
2 changed files with 24 additions and 3 deletions

View File

@ -1,5 +1,19 @@
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.
Tue Jun 29 12:20:36 1993 Ian Lance Taylor (ian@cygnus.com)
* ldmain.c (subfile_wanted_p): Don't dump core if there are no
symbols.
Mon Jun 28 12:22:11 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's
different from libdir.
* Makefile.in (scriptdir): Base on tooldir, not datadir.
Sat Jun 26 12:03:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)