From 342ec152bc9bde3e43bdf8f0dee7829597478d9b Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sat, 28 Nov 2009 20:01:58 -0800 Subject: [PATCH] Make version.exe so that subdirs can get access to it. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6a1dc9d0a..4fb1797f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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