Automake doesn't expect tests to run ./configure or create files under the source directory. This change allows "make distcheck" to pass. Signed-off-by: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx> diff --git a/Makefile.am b/Makefile.am index bf9292f..c0f618e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,8 +38,6 @@ sbin_SCRIPTS = generate-modprobe.conf noinst_PROGRAMS=modindex INSTALL = $(SHELL) $(top_srcdir)/install-with-care -TESTS = tests/runtests - DIST_DIR := /home/rusty/devel/kernel/www/modules/ MAINTAINERCLEANFILES := $(man_MANS) -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html