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.
This commit is contained in:
Dave Reisner 2012-09-08 14:08:50 -04:00
parent 84afccb91d
commit cf814054dd

View File

@ -147,7 +147,7 @@ TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \
TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \ TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \
-rpath /nowhere -ldl -rpath /nowhere -ldl
check-local: rootfs check-am: rootfs
check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS) check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)