Skip to content

Commit

Permalink
Cleanings of .bundle do not need cleanings of ext
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 11, 2024
1 parent c2622b5 commit 2df4638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/Makefile.in
Expand Up @@ -518,9 +518,9 @@ ext/realclean:: ext/realclean.sub
.bundle/distclean:: .bundle/distclean.sub
.bundle/realclean:: .bundle/realclean.sub

ext/clean.sub .bundle/clean.sub:: ext/clean.mk
ext/distclean.sub .bundle/distclean.sub:: ext/distclean.mk
ext/realclean.sub .bundle/realclean.sub:: ext/realclean.mk
ext/clean.sub:: ext/clean.mk
ext/distclean.sub:: ext/distclean.mk
ext/realclean.sub:: ext/realclean.mk

ext/clean.sub ext/distclean.sub ext/realclean.sub \
.bundle/clean.sub .bundle/distclean.sub .bundle/realclean.sub::
Expand Down

0 comments on commit 2df4638

Please sign in to comment.