X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=cc8c9032956bad802ab260b7a5f28a5ae9ed66f4;hb=50606c10e645308dddb9c8d0e676b33ce38f1df8;hp=95652414c4a20bbfecbd00aa3058f298b61483ee;hpb=966500e45f2753898b99ccef92ed7d501a1f5e72;p=yaz-moved-to-github.git 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