Make-lang.in (c-parse.c): Put BISON parameters in correct order.
authorNathan Sidwell <nathan@acm.org>
Tue, 20 Apr 1999 22:43:31 +0000 (22:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 20 Apr 1999 22:43:31 +0000 (16:43 -0600)
        * Make-lang.in (c-parse.c): Put BISON parameters in correct
        order.
Thanks.  Installed.

From-SVN: r26568

gcc/ChangeLog
gcc/Makefile.in

index 52e50a8..1f2fe68 100644 (file)
@@ -1,3 +1,8 @@
+Tue Apr 20 23:38:58 1999  Nathan Sidwell  <nathan@acm.org>
+
+       * Make-lang.in (c-parse.c): Put BISON parameters in correct
+       order.
+
 Tue Apr 20 16:38:11 1999  Richard Henderson  <rth@cygnus.com>
 
        * alpha.md (nt_lda): New pattern. 
index 25df4ed..a9c9ec6 100644 (file)
@@ -1316,7 +1316,7 @@ c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c
 $(srcdir)/c-parse.h: $(srcdir)/c-parse.c
 $(srcdir)/c-parse.c: $(srcdir)/c-parse.y
-       cd $(srcdir); $(BISON) $(BISONFLAGS) -d c-parse.y -o c-parse.c
+       cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o c-parse.c c-parse.y
 $(srcdir)/c-parse.y: c-parse.in
        echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
        sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \