Skip to content
Snippets Groups Projects
PL1
Commit 5904dad8 authored by Damien George's avatar Damien George
Browse files

Merge pull request #483 from aitjcize/parallel

Fix parallel build.
parents bbae42d6 658eae30
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ $(BUILD)/%.pp: %.c
# object directories (but only for existance), and the object directories
# will be created if they don't exist.
OBJ_DIRS = $(sort $(dir $(OBJ)))
$(OBJ): | $(OBJ_DIRS)
$(OBJ): $(PY_BUILD)/qstrdefs.generated.h | $(OBJ_DIRS)
$(OBJ_DIRS):
$(MKDIR) -p $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment