From: Adam Dickmeiss Date: Tue, 18 Nov 2008 22:28:29 +0000 (+0100) Subject: Fixed creation of marc8.c / marc8r.c. X-Git-Tag: v3.0.40~37^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7a050afbba1b2daf9a1ab6d6c4bbae9ba674a705 Fixed creation of marc8.c / marc8r.c. --- diff --git a/src/Makefile.am b/src/Makefile.am index 9565241..cc8c903 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,12 +36,12 @@ AM_YFLAGS=-p cql_ # MARC8->UTF8 conversion is generated from codetables.xml marc8.c: charconv.tcl codetables.xml - $(TCLSH) $(srcdir)/charconv.tcl -p marc8 $(srcdir)/codetables.xml -o $@ + $(TCLSH) $(srcdir)/charconv.tcl -p marc8 $(srcdir)/codetables.xml -o $@.tmp mv -f $@.tmp $@ # UTF-8->MARC8 conversion is generated from codetables.xml marc8r.c: charconv.tcl codetables.xml - $(TCLSH) $(srcdir)/charconv.tcl -r -p marc8r $(srcdir)/codetables.xml -o $@ + $(TCLSH) $(srcdir)/charconv.tcl -r -p marc8r $(srcdir)/codetables.xml -o $@.tmp mv -f $@.tmp $@ # ISO5426->UTF8 conversion is generated from codetables-iso5426.xml