From 055045e559ae98f4b9157970dae7ad74e6d45ff0 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 7 Oct 2025 23:48:44 +0200 Subject: configure: Call distclean for submodules --- configure | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/configure b/configure index 3328319..73d5610 100755 --- a/configure +++ b/configure @@ -193,6 +193,22 @@ distclean: clean rm Makefile EOF +# dynstr has no distclean target as of the time of this writing. + +if [ $in_tree_libweb -ne 0 ] +then +cat <<"EOF" >> $F + +cd libweb && $(MAKE) distclean +EOF +fi + +if [ $in_tree_fdzipstream -ne 0 ] +then +cat <<"EOF" >> $F + +cd fdzipstream && $(MAKE) distclean +EOF +fi + cat <<"EOF" >> $F -include $(DEPS) EOF -- cgit v1.2.3