Hello.

The patch adds missing Makefile mostlyclean.

Ready to be installed?
Thanks,
Martin

        PR other/102657

libcody/ChangeLog:

        * Makefile.in: Add mostlyclean Makefile target.
---
 libcody/Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libcody/Makefile.in b/libcody/Makefile.in
index b8b45a2e310..d8f1e8216d4 100644
--- a/libcody/Makefile.in
+++ b/libcody/Makefile.in
@@ -111,7 +111,7 @@ maintainer-clean:: distclean
 clean::
        rm -f $(shell find $(srcdir) -name '*~')
-.PHONY: all check clean distclean maintainer-clean
+.PHONY: all check clean distclean maintainer-clean mostlyclean
CXXFLAGS/ := -I$(srcdir)
 LIBCODY.O := buffer.o client.o fatal.o netclient.o netserver.o \
@@ -127,6 +127,8 @@ clean::
        rm -f $(LIBCODY.O) $(LIBCODY.O:.o=.d)
        rm -f libcody.a
+mostlyclean: clean
+
 CXXFLAGS/fatal.cc = -DSRCDIR='"$(srcdir)"'
fatal.o: Makefile revision
--
2.33.1

Reply via email to