diff options
Diffstat (limited to 'tests/zfs-tests/include/Makefile.am')
-rw-r--r-- | tests/zfs-tests/include/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/zfs-tests/include/Makefile.am b/tests/zfs-tests/include/Makefile.am index 929adc98d..5e9a4f386 100644 --- a/tests/zfs-tests/include/Makefile.am +++ b/tests/zfs-tests/include/Makefile.am @@ -17,6 +17,4 @@ $(nodist_pkgdata_DATA): %: %.in -e 's,@sysconfdir\@,$(sysconfdir),g' \ $< >'$@' -# Double-colon rules are allowed; there are multiple independent definitions. -distclean-local:: - -$(RM) default.cfg +CLEANFILES = default.cfg |