Move probes.h to all-incs

It is platform dependent, should not generate by default.
This commit is contained in:
Nobuyoshi Nakada 2025-01-15 22:11:47 +09:00
parent 22feb02066
commit d399e0c2b6
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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)