From 62f4f43aa7b97890d7c4bf776e3749f25b2e1c5a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 31 Mar 2009 21:44:42 +0200 Subject: [PATCH] Avoid redundant dependency --- win/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4