From 023eab52018a87a63a465aa73d25a58162115663 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Nov 2010 09:38:38 +0000 Subject: * 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 --- enc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/Makefile.in') 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: -- cgit v1.2.3