From 940b6ee23dde48d6dd708bbdcddb38f30bc480cc Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 19 Jan 2023 08:44:52 +0100 Subject: [PATCH] Fix parallel make (or shuffle) --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 36e30a5e..f82ada3f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -190,7 +190,8 @@ VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high \ # for the BINARIES that you specified above have already been done. #======================================================================== -all: binaries libraries doc +all: tkTable.tcl.h + $(MAKE) binaries libraries doc #======================================================================== # The binaries target builds executable programs, Windows .dll's, unix