summaryrefslogtreecommitdiffstats
path: root/enc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-08 07:44:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-08 07:44:42 +0000
commit5c170f2a35bd58b457ce074c6c612f599622817c (patch)
tree5868a127ef8eeefdf89e8764a31b496e568a3bc7 /enc
parent41166acaf57c106698ad01dcb8ee939d620ee621 (diff)
downloadruby-5c170f2a35bd58b457ce074c6c612f599622817c.tar.gz
ruby-5c170f2a35bd58b457ce074c6c612f599622817c.tar.xz
ruby-5c170f2a35bd58b457ce074c6c612f599622817c.zip
* common.mk (srcs-enc): renamed from transcodes.
* enc/Makefile.in (make-workdir): creates object directories. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index be2b51858..103ad6b9a 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -43,11 +43,16 @@ dldflags = @DLDFLAGS@
archflag = @ARCH_FLAG@
DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
+WORKDIRS = $(ENCSODIR) $(TRANSSODIR) enc enc/trans
+
RM = @RM@
.SUFFIXES: .erb.c
-all:
+all srcs: make-workdir
+
+make-workdir:
+ $(MINIRUBY) -run -e mkdir -- -p $(WORKDIRS)
clean: