From 67a83184ad4f8b166a56be2c50a1c8fa676842ea Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 20 Apr 2012 12:10:01 +0100 Subject: [PATCH] Makefile.am: Remove 'debian' from EXTRA_DIST. The 'debian' target doesn't exist and there is no rule to make it, so remove it from EXTRA_DIST. Signed-off-by: Ian Abbott --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b0b315f..36029da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ pkgconfig_DATA = comedilib.pc ## with automake 1.8, putting the m4 directory in EXTRA_DIST is not needed, and ## causes 'make distcheck' to fail, by way of 'make distdir' failing when builddir != srcdir ## and srcdir is read-only. -EXTRA_DIST = debian comedilib.spec autogen.sh perl +EXTRA_DIST = comedilib.spec autogen.sh perl ACLOCAL_AMFLAGS = -I m4 -- 2.26.2