Skip to content

Commit

Permalink
[preload] Ensure exported.h is generated first to fix parallel builds
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Bidar <[email protected]>
  • Loading branch information
Thaodan committed Mar 28, 2024
1 parent 626d53d commit 5eb842e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ targets := $(targets) $(D)/libsb2.$(SHLIBEXT)

$(D)/libsb2.o $(D)/sb_l10n.o: preload/exported.h
$(D)/exported.h $(D)/ldexportlist: preload/wrappers.c
.NOTPARALLEL: exported.h
$(D)/wrappers.c: preload/interface.master preload/gen-interface.pl
$(MKOUTPUTDIR)
$(P)PERL
Expand Down

0 comments on commit 5eb842e

Please sign in to comment.