From 7da605a3aba5e7e2031b69cbf220a56ab5d73af8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 27 Jul 2015 03:46:07 +0000 Subject: fiddle: clean dot dir * ext/fiddle/depend (distclean-libffi): clean dot directory too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fiddle/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fiddle/depend b/ext/fiddle/depend index 5ff480b7bf..0052787934 100644 --- a/ext/fiddle/depend +++ b/ext/fiddle/depend @@ -40,7 +40,7 @@ clean-libffi: distclean-libffi: $(Q) $(SUBMAKE_LIBFFI) distclean $(Q) $(RM) $(LIBFFI_DIR)/local.exp - $(Q) $(RUBY) -rfileutils -e "FileUtils.rmdir(Dir.glob(ARGV[0]+'/**/'), :parents=>true)" $(LIBFFI_DIR) + $(Q) $(RUBY) -rfileutils -e "FileUtils.rmdir(Dir.glob(ARGV[0]+'/**/{,.*/}'), :parents=>true)" $(LIBFFI_DIR) realclean-libffi: $(Q) $(RMALL) $(LIBFFI_DIR) -- cgit v1.2.3