mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gmake.mk: fix typo
* defs/gmake.mk: fix typo, remove an extra comma. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f75fe0bcc7
commit
a747d4a8e4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ifneq ($(filter -O0 -Od,$(optflags)),)
|
|||
override XCFLAGS := $(filter-out -D_FORTIFY_SOURCE=%,$(XCFLAGS))
|
||||
endif
|
||||
|
||||
ifeq ($(if $(filter all main exts enc trans libencs libenc libtrans, \
|
||||
ifeq ($(if $(filter all main exts enc trans libencs libenc libtrans \
|
||||
program wprogram miniruby$(EXEEXT) mini,\
|
||||
$(MAKECMDGOALS)),,$(MAKECMDGOALS)),)
|
||||
-include showflags
|
||||
|
|
Loading…
Reference in a new issue