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 29, 2024
1 parent 5a1e7bb commit bab99e5
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: $(OBJDIR)/preload/exported.h
$(OBJDIR)/preload/exported.h $(D)/ldexportlist: $(OBJDIR)/preload/wrappers.c
.NOTPARALLEL: $(OBJDIR)/preload/exported.h
$(OBJDIR)/preload/wrappers.c: preload/interface.master preload/gen-interface.pl
$(MKOUTPUTDIR)
$(P)PERL
Expand Down

0 comments on commit bab99e5

Please sign in to comment.