From: "Richard W.M. Jones" <rjones(a)redhat.com>
Otherwise the build breaks if you switch from a non-separated build to
a separated build.
---
tests/data/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 2e3012e..d854fb3 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -45,8 +45,7 @@ noinst_DATA = test.iso
CLEANFILES = \
test.iso test.sqsh \
- 100kallzeroes 100kallnewlines 100kallspaces 100krandom 10klines \
- initrd
+ $(images_files_build)
images_files_src = \
$(srcdir)/helloworld.tar \
--
1.8.1.4