Skip to content

Commit 4dc9a10

Browse files
vchuravyKristofferC
authored andcommitted
Avoid dtrace regenerating the header (#48278)
(cherry picked from commit a9ce60a)
1 parent d9040a5 commit 4dc9a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ endif
9191
else
9292
DTRACE_HEADERS :=
9393
endif
94+
.SECONDARY: $(addprefix $(BUILDDIR)/,$(DTRACE_HEADERS))
9495

9596
# headers are used for dependency tracking, while public headers will be part of the dist
9697
UV_HEADERS :=

0 commit comments

Comments
 (0)