From a77c4906f85a450d40f9a3f667f659c781d0dd89 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Thu, 24 Jul 2025 14:57:39 +0100 Subject: [PATCH] Makefile: fix 'force' target to ensure serialization --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21ec0c14..bf4c6ef8 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,9 @@ standard: mains tcl: tcllibrary -force: clean all +force: + @${MAKE} clean + @${MAKE} all defs.mak: @echo No \"defs.mak\" file found. Run "configure" to make one.