aboutsummaryrefslogtreecommitdiffstats
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
commit05d563a4946aef1027a97e1bd853dcb200ef4e60 (patch)
tree3596c4fe53ec5194520d4c98d16cfc291d2b4629 /enc/Makefile.in
parent52fc1bb346568e65da0016938edbb9c7faf0ea42 (diff)
downloadruby-05d563a4946aef1027a97e1bd853dcb200ef4e60.tar.gz
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)