summaryrefslogtreecommitdiff
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
commit22931710346d6e7fe292b77bb323bff6daf6c51a (patch)
tree5868a127ef8eeefdf89e8764a31b496e568a3bc7 /enc
parent62914a120961356a67a65c8ec0a3742c17ca0aec (diff)
* common.mk (srcs-enc): renamed from transcodes.
* enc/Makefile.in (make-workdir): creates object directories. git-svn-id: svn+ssh://ci.ruby-lang.org/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 be2b518588..103ad6b9ae 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: