mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Make version.exe so that subdirs can get access to it.
(cherry picked from commit 342ec152bc)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ CXXFLAGS = -Wall @CXXFLAGS@
|
|||||||
PICFLAGS = @PICFLAG@
|
PICFLAGS = @PICFLAG@
|
||||||
LDFLAGS = @rdynamic@ @LDFLAGS@
|
LDFLAGS = @rdynamic@ @LDFLAGS@
|
||||||
|
|
||||||
all: dep config.h _pli_types.h version_tag.h ivl@EXEEXT@
|
all: dep config.h _pli_types.h version_tag.h ivl@EXEEXT@ version.exe
|
||||||
$(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) $@ && ) true
|
$(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) $@ && ) true
|
||||||
|
|
||||||
# In the windows world, the installer will need a dosify program to
|
# In the windows world, the installer will need a dosify program to
|
||||||
|
|||||||
Reference in New Issue
Block a user