diff --git a/module/Makefile.in b/module/Makefile.in index 7477dbe565..ea8b8340d8 100644 --- a/module/Makefile.in +++ b/module/Makefile.in @@ -68,7 +68,7 @@ distdir: list='$(obj-m)'; for objdir in $$list; do \ (cd @top_srcdir@/module && find $$objdir \ -name '*.c' -o -name '*.h' -o -name '*.S' | \ - xargs cp --parents -t @abs_top_builddir@/module/$$distdir); \ + xargs -r cp --parents -t @abs_top_builddir@/module/$$distdir); \ done distclean maintainer-clean: clean