From f63e2fe132588fab595f3524afd14bc4b4e0386b Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 30 Oct 2019 12:37:49 -0700 Subject: [PATCH] Fix contrib/zcp/Makefile.am Remove the stray leading + from the Makefile. This was preventing the autosnap.lua channel program from being properly included by `make dist`. Reviewed-by: Giuseppe Di Natale Signed-off-by: Brian Behlendorf Closes #9527 --- contrib/zcp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/zcp/Makefile.am b/contrib/zcp/Makefile.am index 54d65f891..e6a777ad7 100644 --- a/contrib/zcp/Makefile.am +++ b/contrib/zcp/Makefile.am @@ -1 +1 @@ -+EXTRA_DIST = autosnap.lua +EXTRA_DIST = autosnap.lua