diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-01-15 22:11:47 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-15 22:11:47 +0900 |
commit | d399e0c2b64ac0080fae7df67e62b4fb85d53ff4 (patch) | |
tree | 7c68a2cc87ca914a45c1a694e194deaddf470157 | |
parent | 22feb020662405c9833902d8c72803c8f5311dbd (diff) |
Move probes.h to all-incs
It is platform dependent, should not generate by default.
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |