From 21552447a1627b235d5c9c367b5d2d77c1c46c68 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Tue, 25 Nov 2008 18:55:36 -0800 Subject: [PATCH] The iverilog-vpi script depends on the Makefile Building the iverilog-vpi script involves editing commands in the Makefile, so it makes sense for iverilog-vpi to depend on it. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3c8f80083..a1d509853 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,7 +166,7 @@ SUBDIRS += driver-vpi else all: dep iverilog-vpi -iverilog-vpi: iverilog-vpi.sh +iverilog-vpi: iverilog-vpi.sh Makefile sed -e 's;@SHARED@;@shared@;' -e 's;@PIC@;@PICFLAG@;' \ -e 's;@SUFFIX@;$(suffix);' \ -e 's;@IVCC@;$(CC);' \