From 7e7735ce21043413e20f7f61f31c97d59e33f330 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 13 Sep 2003 00:59:56 +0000 Subject: [PATCH] Get rid of spurious parse.cc.h error messages. --- Makefile.in | 4 ++-- vvp/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index f1ceae5c5..4c6845003 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.151 2003/08/10 00:39:13 steve Exp $" +#ident "$Id: Makefile.in,v 1.152 2003/09/13 00:59:56 steve Exp $" # # SHELL = /bin/sh @@ -176,7 +176,7 @@ parse.cc: $(srcdir)/parse.y $(YACC) --verbose -t -p VL -d -o parse.cc $(srcdir)/parse.y parse.h: parse.cc - mv parse.cc.h parse.h || mv parse.hh parse.h + mv parse.cc.h parse.h 2>/dev/null || mv parse.hh parse.h syn-rules.cc: $(srcdir)/syn-rules.y $(YACC) --verbose -p syn_ -o syn-rules.cc $(srcdir)/syn-rules.y diff --git a/vvp/Makefile.in b/vvp/Makefile.in index 7b8b61f02..f27abdc0c 100644 --- a/vvp/Makefile.in +++ b/vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.52 2003/09/05 18:04:16 steve Exp $" +#ident "$Id: Makefile.in,v 1.53 2003/09/13 00:59:56 steve Exp $" # # SHELL = /bin/sh @@ -117,7 +117,7 @@ parse.cc: $(srcdir)/parse.y $(YACC) --verbose -t -d -o parse.cc $(srcdir)/parse.y parse.h: parse.cc - mv parse.cc.h parse.h || mv parse.hh parse.h + mv parse.cc.h parse.h 2>/dev/null || mv parse.hh parse.h lexor.cc: $(srcdir)/lexor.lex $(LEX) -s -olexor.cc $(srcdir)/lexor.lex