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:
parent
4c28af4c36
commit
21552447a1
|
|
@ -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);' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue