From 03a8e03467d0085ffa2e34d885118fb8fe447149 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 19 Jan 2010 12:48:05 +0100 Subject: [PATCH] WIN32: yaz-version.h depends on configure.ac --- win/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index bbc701a..e4e9b6d 100644 --- a/win/makefile +++ b/win/makefile @@ -782,7 +782,7 @@ $(SRCDIR)\diagsru_update.c: $(SRCDIR)\sru_update.csv @cd $(SRCDIR) $(TCL) csvtosru_update.tcl $(SRCDIR) -$(INCLDIR)\yaz\yaz-version.h: +$(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/configure.ac @cd $(SRCDIR) $(TCL) mk_version.tcl $(ROOTDIR)/configure.ac $(INCLDIR)\yaz\yaz-version.h -- 1.7.10.4