diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-12 05:25:14 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-12 05:25:14 +0000 |
commit | 13f1418d546c3d498dcd826e82e262befdd1d9c3 (patch) | |
tree | 06774f5de5985423eac6edc750b74022b1d56991 /enc/Makefile.in | |
parent | ae04e36638f6f3ada402b12b9994ec404c26b184 (diff) | |
download | ruby-13f1418d546c3d498dcd826e82e262befdd1d9c3.tar.gz |
* 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
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r-- | enc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |