diff --git a/Makefile.in b/Makefile.in index dd9db8caa..4d37235c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/driver/Makefile.in b/driver/Makefile.in index 56c184e44..1c915cf64 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -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 diff --git a/ivlpp/Makefile.in b/ivlpp/Makefile.in index 80244e99e..da096ac41 100644 --- a/ivlpp/Makefile.in +++ b/ivlpp/Makefile.in @@ -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