From 43c204ba87ff54d476ccf9b43c13fc0e74747185 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 8 Dec 2010 13:34:23 -0800 Subject: [PATCH] Add v2009.vpi to vpi make clean target. The vpi make clean target needs to remove v2009.vpi. --- vpi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/Makefile.in b/vpi/Makefile.in index f51cbf9dc..166c8169e 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -82,7 +82,7 @@ check: all clean: rm -rf *.o sys_readmem_lex.c dep system.vpi rm -f sdf_lexor.c sdf_parse.c sdf_parse.output sdf_parse.h - rm -f va_math.vpi v2005_math.vpi + rm -f va_math.vpi v2005_math.vpi v2009.vpi distclean: clean rm -f Makefile config.log