aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-08 14:08:50 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-08 14:40:37 -0400
commitcf814054dd9a1f5240bc684769275e40ab81ba6e (patch)
treebc1d86d352a2d95b51911cd798cbb9fe25f71c6f
parent84afccb91db106ad81effc88c2851ceddeda06ea (diff)
downloadkmod-cf814054dd9a1f5240bc684769275e40ab81ba6e.tar.gz
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.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)