From ec9361ae223f4322a1b25971fac34af55e16e1a1 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 10 Oct 2003 03:34:15 +0000 Subject: [PATCH] Install rules for vvp32/system.vpi --- vpi/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpi/Makefile.in b/vpi/Makefile.in index 8999c5025..26a1304fe 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.47 2003/10/10 03:31:40 steve Exp $" +#ident "$Id: Makefile.in,v 1.48 2003/10/10 03:34:15 steve Exp $" # # SHELL = /bin/sh @@ -113,7 +113,7 @@ clean: distclean: clean rm -f Makefile -install: all installdirs $(vpidir)/system.vpi +install: all installdirs $(vpidir)/system.vpi $(INSTALL32) $(vpidir)/system.vpi: ./system.vpi $(INSTALL_PROGRAM) ./system.vpi $(vpidir)/system.vpi