From 4ae67d876a6bd3e1bd9126f46e96ef7395b18293 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Oct 2014 05:17:32 +0000 Subject: common.mk: after-configure * common.mk (after-configure): update Unicode files after configure run. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index bb1d9b5632..09ce4a8cf2 100644 --- a/common.mk +++ b/common.mk @@ -1075,7 +1075,9 @@ dist: up:: -$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)" -after-update:: update-unicode update-gems +after-update:: after-configure update-gems + +after-configure:: update-unicode update-config_files: PHONY $(Q) $(BASERUBY) -C "$(srcdir)/tool" \ -- cgit v1.2.3