diff options
author | Per Bothner <per@bothner.com> | 1992-05-22 22:36:35 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-22 22:36:35 +0000 |
commit | 5ff21fa5c000998c5a7c5094db1c739e1f4f1c1d (patch) | |
tree | 9e5aac0b2164784c587e64c7a7636d026cd014fb /ld/ChangeLog | |
parent | 91e25b4f8f14ebe408b603c829e2d0f8010ff13d (diff) | |
download | gdb-5ff21fa5c000998c5a7c5094db1c739e1f4f1c1d.zip gdb-5ff21fa5c000998c5a7c5094db1c739e1f4f1c1d.tar.gz gdb-5ff21fa5c000998c5a7c5094db1c739e1f4f1c1d.tar.bz2 |
* Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
rules, since these are used when building a distribution.
* Makefile.in (ldlex.c): Don't re-direct output, since that
leaves a bogus output files if it fails.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c8c81cb..2b8bbfc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ Fri May 22 13:47:19 1992 Per Bothner (bothner@cygnus.com) + * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex + rules, since these are used when building a distribution. + * Makefile.in (ldlex.c): Don't re-direct output, since that + leaves a bogus output files if it fails. + * config/sparc.mh: Fix HOSTING_LIBS so it has a chance of working. * ldlex.c: Fix some unnecessary flex-specific-isms. |