From d91733d32c6c0c31242cd1bd7dd785c8bb9634f5 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 13 Nov 2002 16:57:25 +0000 Subject: [PATCH] Spell the iverilog-vpi target correctly. --- driver-vpi/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver-vpi/Makefile.in b/driver-vpi/Makefile.in index 51a8496a9..69b3054b1 100644 --- a/driver-vpi/Makefile.in +++ b/driver-vpi/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.1 2002/11/13 01:50:11 steve Exp $" +#ident "$Id: Makefile.in,v 1.2 2002/11/13 16:57:25 steve Exp $" # # SHELL = /bin/sh @@ -68,7 +68,7 @@ main.o: main.c install: all installdirs $(bindir)/iverilog-vpi@EXEEXT@ $(bindir)/iverilog-vpi@EXEEXT@: ./iverilog-vpi@EXEEXT@ - $(INSTALL_PROGRAM) ./iverilo-vpig@EXEEXT@ $(bindir)/iverilog-vpi@EXEEXT@ + $(INSTALL_PROGRAM) ./iverilog-vpi@EXEEXT@ $(bindir)/iverilog-vpi@EXEEXT@ installdirs: ../mkinstalldirs $(srcdir)/../mkinstalldirs $(bindir)