From d399e0c2b64ac0080fae7df67e62b4fb85d53ff4 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 15 Jan 2025 22:11:47 +0900 Subject: [PATCH] Move probes.h to all-incs It is platform dependent, should not generate by default. --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 7c767a7b6a..f70416c46f 100644 --- a/common.mk +++ b/common.mk @@ -1268,13 +1268,13 @@ srcs-enc: $(ENC_MK) $(ECHO) making srcs under enc $(Q) $(MAKE) $(MAKE_ENC) srcs -all-incs: incs {$(VPATH)}encdb.h {$(VPATH)}transdb.h +all-incs: incs {$(VPATH)}encdb.h {$(VPATH)}transdb.h {$(VPATH)}probes.h incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}known_errors.inc \ {$(VPATH)}vm_call_iseq_optimized.inc $(srcdir)/revision.h \ $(REVISION_H) \ $(UNICODE_DATA_HEADERS) $(ENC_HEADERS) \ $(srcs_vpath)prism/ast.h $(srcs_vpath)prism/diagnostic.h \ - {$(VPATH)}id.h {$(VPATH)}probes.dmyh {$(VPATH)}probes.h + {$(VPATH)}id.h {$(VPATH)}probes.dmyh insns: $(INSNS)