diff -rNU3 musl-cross-make.old/Makefile musl-cross-make/Makefile --- musl-cross-make.old/Makefile 2023-01-19 15:34:51.459465734 +0000 +++ musl-cross-make/Makefile 2023-01-19 15:38:18.809465486 +0000 @@ -137,6 +138,7 @@ mkdir $@.tmp ( cd $@.tmp && $(COWPATCH) -I ../$< ) test ! -d patches/$@ || cat patches/$@/* | ( cd $@.tmp && $(COWPATCH) -p1 ) + test ! -d ../../patches-in-mcm/$@ || cat ../../patches-in-mcm/$@/* | ( cd $@.tmp && $(COWPATCH) -p1 ) if test -f $