diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-09-15 14:58:57 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-09-15 15:30:19 -0700 |
commit | c40b620eae84c5b5c590a16dc1f6d15f4935ae7a (patch) | |
tree | 3b34b43b04d683efd374ada81ac8c0338cc8567f | |
parent | 3e8084a9a33598d5ffd7dda7dfbd1175808beaef (diff) |
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 <aplattner@nvidia.com>
Reviewed-by: Joe Kain <jkain@nvidia.com>
-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 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 |