summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-23 11:57:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-23 11:57:11 +0000
commitb9ffe579da5094dae64d82120b9533bb5d03e1eb (patch)
tree47d97eacbbf2c7398e7694cbfd5f98813caef67d /ext
parent276065f8700b3351613aef3a67649c3b6d9e2aa0 (diff)
fiddle: use RMALL
* ext/fiddle/depend (realclean-libffi): use RMALL instead of RMDIRS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/fiddle/depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fiddle/depend b/ext/fiddle/depend
index 6b59b31804..0513af4801 100644
--- a/ext/fiddle/depend
+++ b/ext/fiddle/depend
@@ -34,7 +34,7 @@ distclean-libffi:
$(Q) $(RUBY) -rfileutils -e 'FileUtils.rmdir(Dir.glob(ARGV[0]+"/**/"), :parents=>true)' $(LIBFFI_DIR)
realclean-libffi:
- $(Q) $(RMDIRS) $(LIBFFI_DIR)
+ $(Q) $(RMALL) $(LIBFFI_DIR)
clean-none distclean-none realclean-none: