diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 17:40:04 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-07 17:40:04 -0700 |
commit | e1a3fa51607961e40d1fea2b3dbfca6837ac9d93 (patch) | |
tree | 0388e6c8f8d4419df4753141a5fe462ab1a41219 /xts5 | |
parent | c2cdff0e0af432232d1ca1365d677fb8e28a0331 (diff) |
xts5: Silence tetexec.cfg generation
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 86662592..ca17daff 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 - $(XTS_CONFIG) < $< > $@ || rm -f $@ + $(AM_V_GEN)$(XTS_CONFIG) < $< > $@ || rm -f $@ check-local: tetexec.cfg $(run_tcc) $(scenario) |