From 713e1de05a39d3bab7f9becc34d7ebf244c26651 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 May 2006 09:40:26 +0000 Subject: [PATCH] Pass SRCDIR to csvto tcl script --- win/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index f09af9b..e921c94 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.107 2006-05-07 17:43:42 adam Exp $ +# $Id: makefile,v 1.108 2006-05-24 09:40:26 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -694,11 +694,11 @@ $(SRCDIR)\marc8r.c: $(SRCDIR)\codetables.xml $(SRCDIR)\charconv.tcl $(SRCDIR)\diagbib1.c: $(SRCDIR)\bib1.csv @cd $(SRCDIR) - $(TCL) csvtobib1.tcl + $(TCL) csvtobib1.tcl $(SRCDIR) $(SRCDIR)\diagsrw.c: $(SRCDIR)\srw.csv @cd $(SRCDIR) - $(TCL) csvtosrw.tcl + $(TCL) csvtosrw.tcl $(SRCDIR) !endif -- 1.7.10.4