diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 08:26:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 08:26:54 +0000 |
commit | 4c4c21ed0c9e118a7281180a452f397784ba066f (patch) | |
tree | f32a4eb01cfb6d818562b4a7be4f1d4cfda7ba30 /bcc32 | |
parent | 43760f05137e8ad950045a6f8d1e33f8515d666e (diff) | |
download | ruby-4c4c21ed0c9e118a7281180a452f397784ba066f.tar.gz ruby-4c4c21ed0c9e118a7281180a452f397784ba066f.tar.xz ruby-4c4c21ed0c9e118a7281180a452f397784ba066f.zip |
* enc/utf_8.c: renamed as IANA name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 130465753..f2bb6c7c5 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -565,7 +565,7 @@ st.$(OBJEXT): win32.h string.$(OBJEXT): win32.h struct.$(OBJEXT): win32.h time.$(OBJEXT): win32.h -utf8.$(OBJEXT): win32.h +utf_8.$(OBJEXT): win32.h util.$(OBJEXT): win32.h variable.$(OBJEXT): win32.h version.$(OBJEXT): win32.h |