aboutsummaryrefslogtreecommitdiffstats
path: root/enc/make_encmake.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-17 09:38:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-17 09:38:38 +0000
commit023eab52018a87a63a465aa73d25a58162115663 (patch)
tree726ef081ae1b9bf0cfda3269d8e0a75ab22ea5da /enc/make_encmake.rb
parenta7de3755047fb697e0b3d292a3713145c7e04447 (diff)
downloadruby-023eab52018a87a63a465aa73d25a58162115663.tar.gz
* win32/Makefile.sub (MAKEDIRS): should not include silent flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/make_encmake.rb')
-rwxr-xr-xenc/make_encmake.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/make_encmake.rb b/enc/make_encmake.rb
index 107a387571..ed3680313f 100755
--- a/enc/make_encmake.rb
+++ b/enc/make_encmake.rb
@@ -9,7 +9,7 @@ if $".grep(/mkmf/).empty?
end
require 'erb'
-CONFIG["MAKEDIRS"] ||= '@$(MINIRUBY) -run -e mkdir -- -p'
+CONFIG["MAKEDIRS"] ||= '$(MINIRUBY) -run -e mkdir -- -p'
BUILTIN_ENCS = []
BUILTIN_TRANSES = []