From d97f70093822fec94a210f98bcfc5511e90624f0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Apr 2017 23:16:43 +0000 Subject: clean autogenerated files * enc/depend (clean, clean-srcs): fix path of name2ctype.h, and remove casefold.h too. * enc/jis/props.h: autogenerated file. [ruby-core:80823] [Bug #13493] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/depend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'enc/depend') diff --git a/enc/depend b/enc/depend index 21208491a7..71345a91fc 100644 --- a/enc/depend +++ b/enc/depend @@ -158,7 +158,7 @@ clean: % end % @ignore_error = $nmake ? '' : ' 2> /dev/null || true' % unless inplace - $(Q)$(RM) enc/unicode/name2ctype.h + $(Q)$(RM) enc/unicode/*/casefold.h enc/unicode/*/name2ctype.h $(Q)$(RM) enc/jis/props.h -$(Q)$(RMDIR) enc/unicode<%=@ignore_error%> % end @@ -169,7 +169,7 @@ clean: clean-srcs: $(Q)$(RM) <%=pathrep['$(TRANSCSRCS)']%> -$(Q)$(RMDIR) <%=pathrep['enc/trans']%><%=@ignore_error%> - $(Q)$(RM) enc/unicode/name2ctype.h + $(Q)$(RM) enc/unicode/*/casefold.h enc/unicode/*/name2ctype.h $(Q)$(RM) enc/jis/props.h -$(Q)$(RMDIR) <%=pathrep['enc/unicode']%><%=@ignore_error%> -$(Q)$(RMDIR) <%=pathrep['enc/props']%><%=@ignore_error%> -- cgit v1.2.3