mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d9ff499bf3
commit
b9bac78cce
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Jan 14 23:28:10 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.
|
||||||
|
|
||||||
Mon Jan 14 22:48:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Mon Jan 14 22:48:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
|
* re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
|
||||||
|
|
|
@ -2,5 +2,5 @@ BUILTIN_ENCOBJS:
|
||||||
|
|
||||||
!include $(srcdir)/enc/Makefile.in
|
!include $(srcdir)/enc/Makefile.in
|
||||||
|
|
||||||
BUILTIN_ENCOBJS:
|
BUILTIN_ENCOBJS: $(srcdir)/enc/Makefile.in
|
||||||
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|
||||||
|
|
Loading…
Reference in a new issue