From: Adam Dickmeiss Date: Tue, 31 Mar 2009 19:44:42 +0000 (+0200) Subject: Avoid redundant dependency X-Git-Tag: v3.0.45 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=62f4f43aa7b97890d7c4bf776e3749f25b2e1c5a;hp=782dc736e899db69b72d388a747623a78fc90b17 Avoid redundant dependency --- diff --git a/win/makefile b/win/makefile index 8f45dd3..acca53f 100644 --- 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