From 1369cfd16e35d53f3f85c860473ece572c733d1d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 7 Apr 2008 06:51:33 +0000 Subject: * encoding.c (enc_init_db): moved to enc/encdb.c. * transcode.c (init_transcoder_table): moved to enc/trans/transdb.c. * enc/depend (enc/encdb.o enc/trans/transdb.o): depend on corresponding headers. * common.mk (COMMONOBJS): moved transcode.o from OBJS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/depend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'enc/depend') diff --git a/enc/depend b/enc/depend index d67ca3f7b5..212daf1b6d 100644 --- a/enc/depend +++ b/enc/depend @@ -54,5 +54,8 @@ enc/<%=e%>.$(OBJEXT): $(srcdir)/enc/<%=e%>.c <%=COMPILE_C.sub(/\$\(<(?:.*)\)/) {"$(srcdir)/enc/#{e}.c"}%> % end +enc/encdb.$(OBJEXT): encdb.h +enc/trans/transdb.$(OBJEXT): transdb.h + clean: @$(RM) $(ENCSOS) $(ENCDEFS) $(ENCOBJS) $(TRANSSOS) $(TRANSDEFS) $(TRANSOBJS) -- cgit v1.2.3