Make version.exe so that subdirs can get access to it.

This commit is contained in:
Stephen Williams 2009-11-28 20:01:58 -08:00
parent ba58e57dc8
commit 342ec152bc
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ CXXFLAGS = -Wall @CXXFLAGS@
PICFLAGS = @PICFLAG@
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
# In the windows world, the installer will need a dosify program to