From 64e16d34f385c90cd427d7242e42e3565cf7b967 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 7 Sep 2011 16:22:29 -0700 Subject: [PATCH] Add vhdl_sys.vpi to the make clean target --- vpi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/Makefile.in b/vpi/Makefile.in index ee0542bc1..f692a37c7 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -87,7 +87,7 @@ clean: rm -f sdf_lexor.c sdf_parse.c sdf_parse.output sdf_parse.h rm -f table_mod_parse.c table_mod_parse.h table_mod_parse.output rm -f table_mod_lexor.c - rm -f va_math.vpi v2005_math.vpi v2009.vpi + rm -f va_math.vpi v2005_math.vpi v2009.vpi vhdl_sys.vpi distclean: clean rm -f Makefile config.log