From f883e4d8d3ea65c5cd4c2dc5d557989c00aafc56 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 10 Jul 2012 18:59:04 +0100 Subject: tests/guests: Add temp files to CLEANFILES. --- tests/guests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am index 77ce61ba..ff983ff9 100644 --- a/tests/guests/Makefile.am +++ b/tests/guests/Makefile.am @@ -40,7 +40,7 @@ EXTRA_DIST = \ # time and we need the tools we have built in order to make it. check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img -CLEANFILES = $(check_DATA) stamp-fedora-md.img +CLEANFILES = $(check_DATA) stamp-fedora-md.img *.tmp.* # Make a (dummy) Fedora image. fedora.img: guest-aux/make-fedora-img.pl \ -- cgit