diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-12-06 11:06:15 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-12-06 11:06:15 +0900 |
| commit | e9a0f45dc40d3539640739c1cc7e6c47abc02a2f (patch) | |
| tree | 5c02d961cb2272e41a1065ad426321c9c8bf6799 | |
| parent | 68bb6bfc35e8971bde21dd2ed4fc5406d5dc5e7c (diff) | |
[Bug #19180] rbconfig.rb depends on common.mk
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -873,7 +873,7 @@ extconf: $(PREP) rbconfig.rb: $(RBCONFIG) $(HAVE_BASERUBY:no=)$(RBCONFIG)$(HAVE_BASERUBY:no=): $(PREP) -$(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h +$(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h $(srcdir)/common.mk $(Q)$(BOOTSTRAPRUBY) -n \ -e 'BEGIN{version=ARGV.shift;mis=ARGV.dup}' \ -e 'END{abort "UNICODE version mismatch: #{mis}" unless mis.empty?}' \ |
