diff options
author | наб <[email protected]> | 2022-04-10 01:19:15 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-10 10:19:58 -0700 |
commit | 48f4379974d5b28bba9c22fcf3bab6ceb2844ff7 (patch) | |
tree | c8f746ba9c3088db1671c7fe4799b57d0ee3e591 /tests/Makefile.am | |
parent | 50d2c9e4fd2a891cad9530da39b39a173307e1f7 (diff) |
autoconf: use include directives instead of recursing down etc
dist diff:
-zfs-2.1.99/etc/systemd/system/50-zfs.preset.in
+zfs-2.1.99/etc/systemd/system/50-zfs.preset
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13316
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 731915498..e839957d4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,4 @@ +PHONY = include $(top_srcdir)/config/Shellcheck.am SUBDIRS = runfiles test-runner zfs-tests |