summaryrefslogtreecommitdiff
path: root/enc/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-21 03:45:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-21 03:45:21 +0000
commit12329a58e17a837072e20a64bf3ec6a84e38cc8f (patch)
treeef48d792ca023d86d5fdb19d87b875cd5d887048 /enc/Makefile.in
parent379f68fe4fa656bb717eee23e9415cfb6660744b (diff)
* configure.in (target_archs): remove temporary objects.
* enc/Makefile.in, enc/depend (clean): remove work directories. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30286 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 a37541d000..0894b26fb2 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -51,7 +51,7 @@ archflag = @ARCH_FLAG@
DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
RUBY = $(MINIRUBY)
-WORKDIRS = $(ENCSODIR) $(TRANSSODIR) enc enc/trans
+WORKDIRS = @WORKDIRS@
RM = @RM@
RMDIR = @RMDIR@