Fix duplicate dependency lines
exts.mk should deal with cleanings of extensions, including bundled gems.
This commit is contained in:
parent
6c16598a72
commit
cb576c13fb
Notes:
git
2024-09-11 06:11:55 +00:00
@ -524,9 +524,9 @@ ext/realclean:: ext/realclean.sub
|
||||
.bundle/distclean:: .bundle/distclean.sub
|
||||
.bundle/realclean:: .bundle/realclean.sub
|
||||
|
||||
ext/clean.sub:: ext/clean.mk
|
||||
ext/distclean.sub:: ext/distclean.mk
|
||||
ext/realclean.sub:: ext/realclean.mk
|
||||
.bundle/clean.sub:: ext/clean.mk
|
||||
.bundle/distclean.sub:: ext/distclean.mk
|
||||
.bundle/realclean.sub:: ext/realclean.mk
|
||||
|
||||
ext/clean.sub ext/distclean.sub ext/realclean.sub \
|
||||
.bundle/clean.sub .bundle/distclean.sub .bundle/realclean.sub::
|
||||
|
Loading…
x
Reference in New Issue
Block a user