build-sys: declare rootfs.tar.xz as dep of rootfs/
authorDave Reisner <dreisner@archlinux.org>
Sun, 29 Jan 2012 18:22:59 +0000 (13:22 -0500)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 30 Jan 2012 15:52:07 +0000 (13:52 -0200)
This forces make to re-extract the tarball when it's changed

Makefile.am

index 04c0c64..5395019 100644 (file)
@@ -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