1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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)