From 9dc71c40658a7865616eb88efd45f12ca960365d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Oct 2008 05:13:18 +0000 Subject: * common.mk (encs): depends on enc and trans. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index dc993c660..41965b7b8 100644 --- a/common.mk +++ b/common.mk @@ -384,6 +384,7 @@ $(RBCONFIG): $(srcdir)/mkconfig.rb config.status $(PREP) -install_name=$(RUBY_INSTALL_NAME) \ -so_name=$(RUBY_SO_NAME) rbconfig.rb +encs: enc trans encs enc trans: $(ENC_MK) $(LIBRUBY) $(PREP) $(MAKE) -f $(ENC_MK) RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" $(MFLAGS) $@ -- cgit