Fixed race condition when building libmaxsi with -j.

The headers could end up being made before their dirs were ready.
This commit is contained in:
Jonas 'Sortie' Termansen 2012-02-12 13:54:07 +01:00
parent c8dfe630af
commit 4804e60a8b
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ start.o: $(CPU)/start.o
$(HEADERDIRS):
mkdir -p $@
preproc/%: include/%
preproc/%: include/% $(HEADERDIRS)
mxmpp -I decl $< -o $@
headers: $(HEADERDIRS) $(HEADERS)