aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--enc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index 61a3dde7f1..a37541d000 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -63,7 +63,7 @@ MAKEDIRS = @MAKEDIRS@
all: make-workdir
make-workdir:
- $(MAKEDIRS) $(WORKDIRS)
+ $(Q) $(MAKEDIRS) $(WORKDIRS)
clean: