From 13f1418d546c3d498dcd826e82e262befdd1d9c3 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 12 Aug 2008 05:25:14 +0000 Subject: * enc/Makefile.in (.SUFFIXES): renamed to .trans. * enc/make_encmake.rb: added --encs and --no-encs options. * enc/depend (TRANSVPATH): fix for nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'enc/Makefile.in') diff --git a/enc/Makefile.in b/enc/Makefile.in index cc3d99d397..460ec320df 100644 --- a/enc/Makefile.in +++ b/enc/Makefile.in @@ -42,13 +42,14 @@ ldflags = $(LDFLAGS) dldflags = @DLDFLAGS@ archflag = @ARCH_FLAG@ DLDFLAGS = $(ldflags) $(dldflags) $(archflag) +RUBY = $(MINIRUBY) WORKDIRS = $(ENCSODIR) $(TRANSSODIR) enc enc/trans RM = @RM@ MAKEDIRS = @MAKEDIRS@ -.SUFFIXES: .erb.c +.SUFFIXES: .trans all: make-workdir -- cgit v1.2.3