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
@ -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…
x
Reference in New Issue
Block a user