summaryrefslogtreecommitdiffstats
path: root/etc/default
diff options
context:
space:
mode:
authorArvind Sankar <[email protected]>2020-06-22 17:30:40 -0400
committerBrian Behlendorf <[email protected]>2020-06-24 18:20:18 -0700
commit75138073208674967d0fb238f1b6210da224db36 (patch)
treef145d24bcc6be2c9aea039675cf276a9d7959f5b /etc/default
parent5ca349f95d836a2a59aceaa42715349749a43865 (diff)
Drop unnecessary srcdir paths
There's no need to specify the srcdir explicitly in _HEADERS and EXTRA_DIST. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Arvind Sankar <[email protected]> Closes #10493
Diffstat (limited to 'etc/default')
-rw-r--r--etc/default/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default/Makefile.am b/etc/default/Makefile.am
index f35abd8e5..afc3a81f6 100644
--- a/etc/default/Makefile.am
+++ b/etc/default/Makefile.am
@@ -2,7 +2,7 @@ initconfdir = $(DEFAULT_INITCONF_DIR)
initconf_SCRIPTS = zfs
EXTRA_DIST = \
- $(top_srcdir)/etc/default/zfs.in
+ zfs.in
$(initconf_SCRIPTS):%:%.in Makefile
$(SED) \