From 16ea9d948fe2ad51ac8d8a08562633b236cf28c5 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 30 Jul 2015 06:30:38 +0000 Subject: common.mk: PHONY should be phony [ci skip] * common.mk (PHONY): should not depend on any real files, not to make those dependencies inadvertently. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 4872183e0f..7a1f647e19 100644 --- a/common.mk +++ b/common.mk @@ -660,7 +660,7 @@ $(PLATFORM_D): $(Q) $(MAKEDIRS) $(PLATFORM_DIR) @exit > $@ -PHONY $(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D) +$(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D) $(ENC_TRANS_D): $(Q) $(MAKEDIRS) enc/trans -- cgit v1.2.3