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

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

From-SVN: r26569
This commit is contained in:
Nathan Sidwell 1999-04-20 22:47:49 +00:00 committed by Jeff Law
parent 40e4e3fd06
commit 191b6fc9a3
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
Tue Apr 20 23:38:58 1999 Nathan Sidwell <nathan@acm.org>
* Make-lang.in (c-parse.c): Put BISON parameters in correct
* objc/Make-lang.in (objc-parse.c): Put BISON parameters in correct
order.
* Makefile.in (c-parse.c): Put BISON parameters in correct
order.
Tue Apr 20 16:38:11 1999 Richard Henderson <rth@cygnus.com>

View File

@ -74,7 +74,7 @@ objc-parse.o : $(srcdir)/objc/objc-parse.c \
$(INTL_TARGETS): $(srcdir)/objc/objc-parse.c
$(srcdir)/objc/objc-parse.c : $(srcdir)/objc/objc-parse.y
cd $(srcdir)/objc; \
$(BISON) $(BISONFLAGS) objc-parse.y -o objc-parse.c
$(BISON) $(BISONFLAGS) -o objc-parse.c objc-parse.y
$(srcdir)/objc/objc-parse.y: $(srcdir)/c-parse.in
echo '/*WARNING: This file is automatically generated!*/' >tmp-objc-prs.y