From 5ac788879b87afd995dfe9ea98ed17be3ba84611 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 29 Jan 2012 13:22:59 -0500 Subject: [PATCH] build-sys: declare rootfs.tar.xz as dep of rootfs/ This forces make to re-extract the tarball when it's changed --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 04c0c64..5395019 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,7 +133,7 @@ endif # TESTSUITE # ------------------------------------------------------------------------------ -testsuite/rootfs: +testsuite/rootfs: $(top_srcdir)/testsuite/rootfs.tar.xz $(AM_V_GEN) tar -C testsuite/ \ -xJf $(top_srcdir)/testsuite/rootfs.tar.xz -- 2.7.4