Skip to content

Commit 0700188

Browse files
committed
Makefile: Fix dependencies to avoid parallel build issues.
Tentative fix for V314-053.
1 parent e33dc34 commit 0700188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ build-%: tp_xmlada.gpr makefile.setup
119119
$(GPRBUILD) -p $(GPROPTS) -XLIBRARY_TYPE=$* -XXMLADA_BUILD=$* \
120120
--subdirs=$(SDIR)/$* -Ptemplates_parser
121121

122-
build-tools:
122+
build-tools: build-$(DEFAULT_LIBRARY_TYPE)
123123
$(GPRBUILD) -p $(GPROPTS) $(GPR_DEFAULT) \
124124
--subdirs=$(SDIR)/$(DEFAULT_LIBRARY_TYPE) -Ptools/tools
125125

0 commit comments

Comments
 (0)