diff '--color=auto' -urN ice-3.8.0.orig/python/Makefile ice-3.8.0/python/Makefile --- ice-3.8.0.orig/python/Makefile 2025-12-31 11:44:03.404645124 +0100 +++ ice-3.8.0/python/Makefile 2025-12-31 11:44:51.904526406 +0100 @@ -33,7 +33,7 @@ # We use a separate Makefile for building the python packages because their building # requires .NOTPARALLEL # -all generate-srcs clean distclean install:: +all generated-srcs clean distclean install:: +$(Q)$(MAKE) -C python $@ +$(Q)$(MAKE) -C test $@ diff '--color=auto' -urN ice-3.8.0.orig/python/config/Make.rules ice-3.8.0/python/config/Make.rules --- ice-3.8.0.orig/python/config/Make.rules 2025-12-31 11:44:03.404849270 +0100 +++ ice-3.8.0/python/config/Make.rules 2025-12-31 11:46:31.265288194 +0100 @@ -90,7 +90,7 @@ # Add to build target generate-srcs all:: $$(STAMPS_$1) -srcs:: generate-srcs +srcs:: generated-srcs # Clean rule clean::