From cf814054dd9a1f5240bc684769275e40ab81ba6e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 8 Sep 2012 14:08:50 -0400 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e69163e..31d5cbb 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) -- 2.7.4