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-jenk...@tuffmail.co.uk>

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to