Make-lang.in (c-parse.c): Put BISON parameters in correct order.

* Make-lang.in (c-parse.c): Put BISON parameters in correct
        order.
Thanks.  Installed.

From-SVN: r26568
This commit is contained in:
Nathan Sidwell 1999-04-20 22:43:31 +00:00 committed by Jeff Law
parent 33ac5264ef
commit 40e4e3fd06
2 changed files with 6 additions and 1 deletions

View 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.

View 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" \