From fa1575d188e95767ac0193a2bf7751e1d00a05b2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Feb 2015 04:51:33 +0000 Subject: common.mk: prefix timestamp file by "." * common.mk (ENC_TRANS_D): prefix by "." to clarify that timestamp file for build directory is under the build directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 0cc381d649..f14182d91c 100644 --- a/common.mk +++ b/common.mk @@ -29,7 +29,7 @@ EXTCONF = extconf.rb LIBRUBY_EXTS = ./.libruby-with-ext.time REVISION_H = ./.revision.time PLATFORM_D = ./$(PLATFORM_DIR)/.time -ENC_TRANS_D = enc/trans/.time +ENC_TRANS_D = ./enc/trans/.time RDOCOUT = $(EXTOUT)/rdoc HTMLOUT = $(EXTOUT)/html CAPIOUT = doc/capi -- cgit v1.2.3