diff options
Diffstat (limited to 'xts5')
-rw-r--r-- | xts5/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Makefile.am b/xts5/Makefile.am index ca17daff..bb46cf7b 100644 --- a/xts5/Makefile.am +++ b/xts5/Makefile.am @@ -21,7 +21,7 @@ XTS_CONFIG = TET_ROOT='$(TET_ROOT)' XSET='$(XSET)' XDPYINFO='$(XDPYINFO)' \ $(PERL) -p $(srcdir)/bin/xts-config tetexec.cfg: tetexec.cfg.in $(srcdir)/bin/xts-config - $(AM_V_GEN)$(XTS_CONFIG) < $< > $@ || rm -f $@ + $(AM_V_GEN)$(XTS_CONFIG) < $< > $@.tmp && mv -f $@.tmp $@ || rm -f $@.tmp check-local: tetexec.cfg $(run_tcc) $(scenario) |