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