Make all should build the iverilog-vpi.man file.
The "make install" target may not in general be able to build the iverilog-vpi.man file, so make sure it it build by make all.
This commit is contained in:
parent
dd425e8945
commit
2e60a181c0
|
|
@ -75,7 +75,7 @@ CXXFLAGS = -Wall @CXXFLAGS@
|
|||
PICFLAGS = @PICFLAG@
|
||||
LDFLAGS = @rdynamic@ @LDFLAGS@
|
||||
|
||||
all: dep config.h _pli_types.h version_tag.h ivl@EXEEXT@ version.exe
|
||||
all: dep config.h _pli_types.h version_tag.h ivl@EXEEXT@ version.exe iverilog-vpi.man
|
||||
$(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) $@ && ) true
|
||||
|
||||
# In the windows world, the installer will need a dosify program to
|
||||
|
|
|
|||
Loading…
Reference in New Issue