1
0
Fork 0
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:
Nobuyoshi Nakada 2022-08-11 15:21:03 +09:00
parent 74d95744bd
commit 26054c7461
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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