From c40b620eae84c5b5c590a16dc1f6d15f4935ae7a Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Wed, 15 Sep 2010 14:58:57 -0700 Subject: Clean xts-config, xts-run, and tetexec.cfg xts-run, in particular, has $bindir baked into it. If it's not cleaned, then a build with srcdir == destdir, followed by a distclean, followed by a build with srcdir != destdir will pick up the previously-generated xts-run with the wrong bindir in it. Signed-off-by: Aaron Plattner Reviewed-by: Joe Kain --- xts5/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xts5/Makefile.am b/xts5/Makefile.am index 17612f76..d14a0324 100644 --- a/xts5/Makefile.am +++ b/xts5/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = . fonts src scenarios Xproto Xopen Xlib3 Xlib4 Xlib5 Xlib6 \ Xlib7 Xlib8 Xlib9 Xlib10 Xlib11 Xlib12 Xlib13 Xlib14 Xlib15 \ Xlib16 Xlib17 XIproto XI -CLEANFILES = */*/tet_lock +CLEANFILES = */*/tet_lock bin/xts-config bin/xts-run tetexec.cfg LOGFILES = */*/*.log DISTCLEANFILES = $(LOGFILES) */*/*.log.tmp -- cgit v1.2.3