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:
parent
c8dfe630af
commit
4804e60a8b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ start.o: $(CPU)/start.o
|
|||
$(HEADERDIRS):
|
||||
mkdir -p $@
|
||||
|
||||
preproc/%: include/%
|
||||
preproc/%: include/% $(HEADERDIRS)
|
||||
mxmpp -I decl $< -o $@
|
||||
|
||||
headers: $(HEADERDIRS) $(HEADERS)
|
||||
|
|
Loading…
Add table
Reference in a new issue