From 6abe539cfc9b91178be7e1d75173165dcf6ca1bc Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Jul 2010 21:26:56 +0000 Subject: * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'enc/Makefile.in') diff --git a/enc/Makefile.in b/enc/Makefile.in index 8ba04f374a..ad0c626945 100644 --- a/enc/Makefile.in +++ b/enc/Makefile.in @@ -48,6 +48,8 @@ RUBY = $(MINIRUBY) WORKDIRS = $(ENCSODIR) $(TRANSSODIR) enc enc/trans RM = @RM@ +RMDIR = @RMDIR@ +RMDIRS = @RMDIRS@ MAKEDIRS = @MAKEDIRS@ .SUFFIXES: .trans -- cgit v1.2.3