Rearrange bison parameters for portability.

This commit is contained in:
steve 2001-08-10 00:39:22 +00:00
parent ca801574e3
commit 962a77c6b8
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.102 2001/08/05 17:28:40 steve Exp $"
#ident "$Id: Makefile.in,v 1.103 2001/08/10 00:40:00 steve Exp $"
#
#
SHELL = /bin/sh
@ -166,7 +166,7 @@ lexor.o: lexor.cc parse.h
parse.o: parse.cc
parse.h parse.cc: $(srcdir)/parse.y
bison --verbose -t -p VL -d $(srcdir)/parse.y -o parse.cc
bison --verbose -t -p VL -d -o parse.cc $(srcdir)/parse.y
mv parse.cc.h parse.h
syn-rules.cc: $(srcdir)/syn-rules.y

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.5 2001/07/25 03:10:50 steve Exp $"
#ident "$Id: Makefile.in,v 1.6 2001/08/10 00:39:42 steve Exp $"
#
#
SHELL = /bin/sh
@ -64,7 +64,7 @@ lexor.c: lexor.lex
flex -s -olexor.c $(srcdir)/lexor.lex
parse.h parse.c: parse.y
bison --verbose -t -d $(srcdir)/parse.y -o parse.c
bison --verbose -t -d -o parse.c $(srcdir)/parse.y
main.o: main.c globals.h

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.11 2001/07/25 03:10:50 steve Exp $"
#ident "$Id: Makefile.in,v 1.12 2001/08/10 00:39:22 steve Exp $"
#
#
SHELL = /bin/sh
@ -58,7 +58,7 @@ lexor.c: lexor.lex
flex -s -olexor.c $(srcdir)/lexor.lex
parse.h parse.c: parse.y
bison --verbose -t -d $(srcdir)/parse.y -o parse.c
bison --verbose -t -d -o parse.c $(srcdir)/parse.y
install: all installdirs $(libdir)/ivl/ivlpp