summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
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" \