mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
NMake needs caret to escape a hash sign
This commit is contained in:
parent
6b2d9ed2a5
commit
401932c18f
3 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue