mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/Makefile.in: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ad73c8b348
commit
68adb6193a
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
Tue Jan 15 17:26:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Tue Jan 15 17:53:05 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* enc/utf_8.c: renamed as IANA name.
|
||||
|
||||
* enc/Makefile.in: ditto.
|
||||
|
||||
Tue Jan 15 16:59:31 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ruby.c (proc_options): encoding libraries cannot be loaded until
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue