mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix paths of exts.mk to clean
exts.mk files are one level under the top of extension directories.
This commit is contained in:
parent
74d95744bd
commit
26054c7461
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ ext/extinit.<%=objext%>:
|
|||
% end
|
||||
$(Q)<%= submake %><%=mflags%> V=$(V) $(@F)
|
||||
% if /^(dist|real)clean$/ =~ tgt
|
||||
$(Q)$(RM) $(@D)/exts.mk
|
||||
$(Q)$(RM) <%=t[%r[\A(?:\.[^/]+/)?(?:[^/]+/){2}]]%>exts.mk
|
||||
$(Q)$(RMDIRS) $(@D)
|
||||
% end
|
||||
% end
|
||||
|
|
Loading…
Reference in a new issue