summaryrefslogtreecommitdiff
diff options
authorNobuyoshi Nakada <[email protected]>2024-11-07 13:49:08 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-13 09:57:01 +0900
commit2e38b3effbe2f747da4c6059ff74d59a212c3864 (patch)
treefce9762f1a1f4b7c2055bc5660ed76e93f129a0a
parent4180036f48160ecabf09ba7a51abda9becc93d2d (diff)
Update probes.h by incs
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12563
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index a089f25514..d826a35e46 100644
--- a/common.mk
+++ b/common.mk
@@ -1272,7 +1272,7 @@ incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}known_errors.inc \
$(REVISION_H) \
$(UNICODE_DATA_HEADERS) $(ENC_HEADERS) \
$(srcs_vpath)prism/ast.h $(srcs_vpath)prism/diagnostic.h \
- {$(VPATH)}id.h {$(VPATH)}probes.dmyh
+ {$(VPATH)}id.h {$(VPATH)}probes.dmyh {$(VPATH)}probes.h
insns: $(INSNS)