From 401932c18f72db086a1a9890d34efb2e48a42e35 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 12 Aug 2025 18:19:09 +0900 Subject: NMake needs caret to escape a hash sign --- template/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/Makefile.in b/template/Makefile.in index ea6ab349b0..66ac10de1b 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -289,6 +289,8 @@ ABI_VERSION_HDR = $(hdrdir)/ruby/internal/abi.h CAT_DEPEND = sed -e 's/{\$$([^(){}]*)[^{}]*}//g' -e /AUTOGENERATED/q +HASH_SIGN = \# + .SUFFIXES: .inc .h .c .y .i .$(ASMEXT) .$(DTRACE_EXT) all: -- cgit v1.2.3