Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand a space after the...
authorCarlo Wood <carlo@alinoe.com>
Wed, 8 Oct 2003 12:24:08 +0000 (12:24 +0000)
committerCarlo Wood <carlo@gcc.gnu.org>
Wed, 8 Oct 2003 12:24:08 +0000 (12:24 +0000)
* Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
a space after the -o option.  flex 2.5.31 understands both, with
and without the space. Removed that space.

From-SVN: r72223

gcc/ChangeLog
gcc/Makefile.in

index 7a390ca2f63a95fbe790348d04e5ecfdfb1f1934..5b2e01a6f67607bc921fac70a8324202a5fb0d08 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-08  Carlo Wood  <carlo@alinoe.com>
+
+       * Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
+       a space after the -o option.  flex 2.5.31 understands both, with
+       and without the space. Removed that space.
+
 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/mips/mips.c (mips_frame_info): Add cprestore_size field.
index 43bd0119e8af4d5af157a32b4be71b5eca52f7b7..697368266b38976160f212e2f497e0dd00f62e57 100644 (file)
@@ -2204,7 +2204,7 @@ gengtype-yacc.o : $(parsedir)/gengtype-yacc.c gengtype.h $(BCONFIG_H) $(SYSTEM_H
          $(parsedir)/gengtype-yacc.c $(OUTPUT_OPTION)
 
 $(parsedir)/gengtype-lex.c : $(srcdir)/gengtype-lex.l
-       if $(FLEX) $(FLEXFLAGS) -o g-$$$$ $(srcdir)/gengtype-lex.l; then \
+       if $(FLEX) $(FLEXFLAGS) -og-$$$$ $(srcdir)/gengtype-lex.l; then \
          mv -f g-$$$$ $(parsedir)/gengtype-lex.c ; \
        else \
          rm -f g-$$$$ ; \