From be9a7af42fad4d69ab2d4077f193c695407fa685 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Mar 2004 23:07:04 +0000 Subject: [PATCH] Depend on charconv.tcl --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 1e763b2..5e4c59a 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2004, Index Data # All rights reserved. -# $Id: makefile,v 1.72 2004-03-16 13:12:43 adam Exp $ +# $Id: makefile,v 1.73 2004-03-16 23:07:04 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -613,7 +613,7 @@ $(ITEM_REQ_FILES): $(SRCDIR)\item-req.asn $(TCL) $(TCLOPT) -d ill.tcl item-req.asn @cd $(WINDIR) -$(SRCDIR)\marc8.c: $(SRCDIR)\charconv.sgm $(SRCDIR)\codetables.xml +$(SRCDIR)\marc8.c: $(SRCDIR)\charconv.sgm $(SRCDIR)\codetables.xml $(SRCDIR)\charconv.tcl @cd $(SRCDIR) $(TCL) charconv.tcl -O 1 -p marc8 -s 50 charconv.sgm codetables.xml -o marc8.c -- 1.7.10.4