From 2e60a181c0645fa58ed407401f58f0c40279e864 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sat, 28 Nov 2009 20:32:29 -0800 Subject: [PATCH] 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. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4c231fdc4..7c294544e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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