From 4804e60a8b4ce3f71e05b3d6a59890d421fb9e35 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 12 Feb 2012 13:54:07 +0100 Subject: [PATCH] Fixed race condition when building libmaxsi with -j. The headers could end up being made before their dirs were ready. --- libmaxsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmaxsi/Makefile b/libmaxsi/Makefile index f9250cc0..06a16d62 100644 --- a/libmaxsi/Makefile +++ b/libmaxsi/Makefile @@ -100,7 +100,7 @@ start.o: $(CPU)/start.o $(HEADERDIRS): mkdir -p $@ -preproc/%: include/% +preproc/%: include/% $(HEADERDIRS) mxmpp -I decl $< -o $@ headers: $(HEADERDIRS) $(HEADERS)