aboutsummaryrefslogtreecommitdiffstats
path: root/enc/depend
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 02:23:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 02:23:26 +0000
commit817a4e3c83fd830b93c286159e97a18654db1c35 (patch)
tree288cbc4b1403f7a4d9b891329e830a2a6871fa57 /enc/depend
parentd45cfa45ab62ac9e31c20d5bdf4926bf7748df8f (diff)
downloadruby-817a4e3c83fd830b93c286159e97a18654db1c35.tar.gz
* common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.
* encoding.c (Init_Encoding): ISO-8859-1 is no longer a replica. * regenc.h (OnigEncodingDefine): names of extension and encoding can differ. * enc/Makefile.in: always shared. * enc/depend (deffile): should not upcase. * enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: fix for Init. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/depend')
-rw-r--r--enc/depend4
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/depend b/enc/depend
index 29ae9154b6..dcdffb8bae 100644
--- a/enc/depend
+++ b/enc/depend
@@ -35,9 +35,9 @@ $(ENCSODIR)/<%e%>.$(DLEXT): <%deps%>
! end
! if DEFFILE
! encs.each do |e|
-<%e%>-$(arch).def:
+<%e%>-$(arch).def: enc.mk
echo EXPORTS > $@
- echo <%EXPORT_PREFIX%>Init_<%e.upcase%> >> $@
+ echo <%EXPORT_PREFIX%>Init_<%e%> >> $@
! end
! end