projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d384aca
)
Pass IDMETA to mk_version.tcl
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 15 Dec 2011 09:20:08 +0000
(10:20 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 15 Dec 2011 09:20:08 +0000
(10:20 +0100)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
04ab06e
..
b33f608
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-864,9
+864,9
@@
$(SRCDIR)\diagsru_update.c: $(SRCDIR)\sru_update.csv
@cd $(SRCDIR)
$(TCL) csvtosru_update.tcl $(SRCDIR)
-$(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/configure.ac
+$(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/IDMETA
@cd $(SRCDIR)
- $(TCL) mk_version.tcl $(ROOTDIR)/configure.ac $(INCLDIR)\yaz\yaz-version.h
+ $(TCL) mk_version.tcl $(ROOTDIR)/IDMETA $(INCLDIR)\yaz\yaz-version.h
!endif