aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-13 08:29:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-13 08:29:26 +0000
commita747d4a8e4a88a77d20f572cc766824ba79f6414 (patch)
tree34ed16a8d1afa48b1272a6746c2c385c6700ebf5 /defs
parentf75fe0bcc7d1143f33c91ab2096aafcf618394d2 (diff)
downloadruby-a747d4a8e4a88a77d20f572cc766824ba79f6414.tar.gz
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
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 7e8f9a3b13..20c2e39652 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -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