diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 08:53:07 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 08:53:07 +0000 |
| commit | ce744b08613cf11bc253a487658af6ddf00755bb (patch) | |
| tree | dad0d7f28e1d63407d3e8823882dac56f17a582e /enc/Makefile.in | |
| parent | 4c4c21ed0c9e118a7281180a452f397784ba066f (diff) | |
| download | ruby-ce744b08613cf11bc253a487658af6ddf00755bb.tar.gz ruby-ce744b08613cf11bc253a487658af6ddf00755bb.tar.xz ruby-ce744b08613cf11bc253a487658af6ddf00755bb.zip | |
* enc/Makefile.in: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/Makefile.in')
| -rw-r--r-- | enc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in index a1f9142a1..cafeff964 100644 --- a/enc/Makefile.in +++ b/enc/Makefile.in @@ -15,7 +15,7 @@ DLEXT = @DLEXT@ OBJEXT = @OBJEXT@ BUILTIN_ENCS = ascii.c us_ascii.c\ - unicode.c utf8.c + unicode.c utf_8.c RUBY_SO_NAME = @RUBY_SO_NAME@ LIBRUBY = @LIBRUBY@ @@ -34,7 +34,7 @@ CPPFLAGS = @CPPFLAGS@ -DONIG_ENC_REGISTER=rb_enc_register LDFLAGS = @LDFLAGS@ LIBS = @LIBRUBYARG@ @LIBS@ $(EXTLIBS) LDSHARED = @LDSHARED@ -ldflags = $(CFLAGS) $(LDFLAGS) +ldflags = $(LDFLAGS) dldflags = @DLDFLAGS@ archflag = @ARCH_FLAG@ DLDFLAGS = $(ldflags) $(dldflags) $(archflag) |
