diff options
author | K. Richard Pixley <rich@cygnus> | 1992-05-06 18:11:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-05-06 18:11:09 +0000 |
commit | 58137c4d79ebd9ccd612d1bd8a11f163974f47b7 (patch) | |
tree | a904e8598ee066d1b1a37407d5fb30df482c8f30 /binutils | |
parent | 146a41ab3def144ebd107c3437d4fbf8aea01262 (diff) | |
download | gdb-58137c4d79ebd9ccd612d1bd8a11f163974f47b7.zip gdb-58137c4d79ebd9ccd612d1bd8a11f163974f47b7.tar.gz gdb-58137c4d79ebd9ccd612d1bd8a11f163974f47b7.tar.bz2 |
FLEX -> LEX. use bison & flex from ../ if they exist
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 977ea3f..9f0526f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com) + * Makefile.in: use bison & flex from ../ if they exist. Also, + FLEX->LEX. + * sanity.sh: remove temporary directory when finished. Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com) |