https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
Bug ID: 102657 Summary: libcody makefile is missing a mostlyclean target Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: egallager at gcc dot gnu.org CC: nathan at gcc dot gnu.org Target Milestone: --- Doing `make mostlyclean` in a build directory fails in libcody saying: Doing mostlyclean in libcody make[2]: *** No rule to make target `mostlyclean'. Stop. make[1]: *** [mostlyclean-libcody] Error 1 make: *** [do-mostlyclean] Error 2 Reading libcody's Makefile confirms that this target is indeed missing.