From: Dave Reisner Date: Sat, 8 Sep 2012 18:08:50 +0000 (-0400) Subject: Define rootfs as dependency of check-am X-Git-Tag: v11~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf814054dd9a1f5240bc684769275e40ab81ba6e;p=thirdparty%2Fkmod.git Define rootfs as dependency of check-am This should actually fix the problem of ensuring that the rootfs is created every time that 'make check' is run. --- diff --git a/Makefile.am b/Makefile.am index e69163ea..31d5cbb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,7 +147,7 @@ TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \ TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \ -rpath /nowhere -ldl -check-local: rootfs +check-am: rootfs check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)