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:
782dc73
)
Avoid redundant dependency
v3.0.45
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 31 Mar 2009 19:44:42 +0000
(21:44 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 31 Mar 2009 19:44:42 +0000
(21:44 +0200)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
8f45dd3
..
acca53f
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-762,7
+762,7
@@
$(SRCDIR)\iso5426.c: $(SRCDIR)\codetables-iso5426.xml $(SRCDIR)\charconv.tcl
@cd $(SRCDIR)
$(TCL) charconv.tcl -r -p iso5426 codetables-iso5426.xml -o iso5426.c
-$(SRCDIR)\oid_std.c: $(SRCDIR)\oid.csv $(SRCDIR)\charconv.tcl
+$(SRCDIR)\oid_std.c: $(SRCDIR)\oid.csv
@cd $(SRCDIR)
$(TCL) oidtoc.tcl $(SRCDIR) oid.csv oid_std.c oid_std.h