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.
This commit is contained in:
Stephen Williams 2008-11-25 18:55:36 -08:00
parent 4c28af4c36
commit 21552447a1
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ SUBDIRS += driver-vpi
else else
all: dep iverilog-vpi all: dep iverilog-vpi
iverilog-vpi: iverilog-vpi.sh iverilog-vpi: iverilog-vpi.sh Makefile
sed -e 's;@SHARED@;@shared@;' -e 's;@PIC@;@PICFLAG@;' \ sed -e 's;@SHARED@;@shared@;' -e 's;@PIC@;@PICFLAG@;' \
-e 's;@SUFFIX@;$(suffix);' \ -e 's;@SUFFIX@;$(suffix);' \
-e 's;@IVCC@;$(CC);' \ -e 's;@IVCC@;$(CC);' \