diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-08 16:07:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-08 16:07:23 +0000 |
commit | d39bedb220e17af9c849166de5ac0421e1ce082e (patch) | |
tree | 1cf9c717a1b853163ca3e962de951887b68ea69c | |
parent | 9d81de19846f0999e7c943cc6330cc4db015d5e7 (diff) | |
download | gdb-d39bedb220e17af9c849166de5ac0421e1ce082e.zip gdb-d39bedb220e17af9c849166de5ac0421e1ce082e.tar.gz gdb-d39bedb220e17af9c849166de5ac0421e1ce082e.tar.bz2 |
* Makefile.in (LEX_OPTIONS): Set to empty string. -I -Cem is the
default for flex, and is not recognized by lex.
PR 10819.
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4e22e3c..a6b16e0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 8 12:06:17 1996 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (LEX_OPTIONS): Set to empty string. -I -Cem is the + default for flex, and is not recognized by lex. + Thu Oct 3 17:41:23 1996 Ian Lance Taylor <ian@cygnus.com> * binutils.texi (Target Selection): Document that you can now |