diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-12 18:19:09 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-12 18:19:09 +0900 |
| commit | 401932c18f72db086a1a9890d34efb2e48a42e35 (patch) | |
| tree | d8351d9bda9b7707d404e3fbcf33e40a86d06fff /template | |
| parent | 6b2d9ed2a5f60606731efe13a26be12d685a49eb (diff) | |
NMake needs caret to escape a hash sign
Diffstat (limited to 'template')
| -rw-r--r-- | template/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
