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
@ -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…
x
Reference in New Issue
Block a user