summaryrefslogtreecommitdiff
path: root/enc/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-02 04:39:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-02 04:39:38 +0000
commit737332061566781684501216991e5a20edcca03b (patch)
tree3596c4fe53ec5194520d4c98d16cfc291d2b4629 /enc/Makefile.in
parent120c23edad728646e32255e8d0f7f91c44ba3b69 (diff)
enc: workdir timestamps
* enc/depend: make timestamps for each work directory, instead of making for each compilation and link. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r--enc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index a0f9893f85..73b1e70941 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -20,6 +20,8 @@ TRANSSODIR = $(ENCSODIR)/trans
DLEXT = @DLEXT@
OBJEXT = @OBJEXT@
LIBEXT = @LIBEXT@
+ENC_TRANS_D = ./enc/trans/.time
+ENC_TRANS_SO_D = ./enc/trans/.so.time
BUILTIN_ENCS = enc/ascii.c enc/us_ascii.c\
enc/unicode.c enc/utf_8.c
@@ -69,7 +71,7 @@ MAKEDIRS = @MAKEDIRS@
.SUFFIXES: .trans
-all: make-workdir
+all:
make-workdir:
$(Q)$(MAKEDIRS) $(WORKDIRS)