summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2019-10-30 12:37:49 -0700
committerGitHub <[email protected]>2019-10-30 12:37:49 -0700
commitf63e2fe132588fab595f3524afd14bc4b4e0386b (patch)
treef78cb4df54d848b21f67d140e992d418e355d328 /contrib
parent0b2a642351f375cb9be3d2569a0ac0417340c741 (diff)
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 <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #9527
Diffstat (limited to 'contrib')
-rw-r--r--contrib/zcp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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