Pass SRCDIR to csvto tcl script
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 May 2006 09:40:26 +0000 (09:40 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 May 2006 09:40:26 +0000 (09:40 +0000)
win/makefile

index f09af9b..e921c94 100644 (file)
@@ -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