From c611b6d0cc50af72847ddb7c1d0f31aa3b18da25 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 17 Dec 2007 17:30:57 +0000 Subject: * configure.in (BUILTIN_ENCS): removed. * common.mk (enc.mk): pass BUILTIN_ENCS from command line. * enc/depend: ditto. * enc/make_encmake.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/depend') diff --git a/enc/depend b/enc/depend index 8fc836daff..b115a8a426 100644 --- a/enc/depend +++ b/enc/depend @@ -1,4 +1,4 @@ -! encs = (Dir.open($srcdir) {|d| d.grep(/.+\.c\z/)} - CONFIG["BUILTIN_ENCS"].split).each {|e| e.chomp!(".c")} +! encs = (Dir.open($srcdir) {|d| d.grep(/.+\.c\z/)} - BUILTIN_ENCS).each {|e| e.chomp!(".c")} VPATH = <% %w[$(arch_hdrdir)/ruby $(hdrdir)/ruby $(top_srcdir) $(srcdir)].join(CONFIG["PATH_SEPARATOR"]) %> -- cgit v1.2.3