mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
win32/Makefile.sub: fix typo, missing comma
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
58dfae4693
commit
aae7d3d6df
1 changed files with 1 additions and 1 deletions
|
|
@ -1258,7 +1258,7 @@ mjit_config.h:
|
||||||
@echo /* MJIT_CFLAGS */>> $@
|
@echo /* MJIT_CFLAGS */>> $@
|
||||||
@
|
@
|
||||||
@(set sep=#define MJIT_OPTFLAGS ) & \
|
@(set sep=#define MJIT_OPTFLAGS ) & \
|
||||||
for %I in ($(OPTFLAGS)) do @(call echo.%%sep%%"%%~I" \& set sep= ) >> $@
|
for %I in ($(OPTFLAGS)) do @(call echo.%%sep%%"%%~I", \& set sep= ) >> $@
|
||||||
@echo /* MJIT_OPTFLAGS */>> $@
|
@echo /* MJIT_OPTFLAGS */>> $@
|
||||||
@
|
@
|
||||||
@(set sep=#define MJIT_DEBUGFLAGS ) & \
|
@(set sep=#define MJIT_DEBUGFLAGS ) & \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue