* ext/depend (ENCOBJS, TRANSOBJS): Add missing dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
311960cdaf
commit
4fe59003f0
@ -1,3 +1,7 @@
|
|||||||
|
Mon Apr 8 20:30:37 2013 Yuki Yugui Sonoda <yugui@google.com>
|
||||||
|
|
||||||
|
* ext/depend (ENCOBJS, TRANSOBJS): Add missing dependencies.
|
||||||
|
|
||||||
Mon Apr 8 17:19:28 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Apr 8 17:19:28 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ext/win32ole/win32ole.c (fole_missing): should check actual argument
|
* ext/win32ole/win32ole.c (fole_missing): should check actual argument
|
||||||
|
@ -83,13 +83,13 @@ srcs: $(TRANSCSRCS)
|
|||||||
% unless ENCS.empty? or TRANS.empty?
|
% unless ENCS.empty? or TRANS.empty?
|
||||||
|
|
||||||
% unless ENCS.empty?
|
% unless ENCS.empty?
|
||||||
$(ENCOBJS): regenc.h oniguruma.h config.h defines.h
|
$(ENCOBJS): regenc.h oniguruma.h config.h defines.h ruby/ruby.h missing.h subst.h intern.h st.h encoding.h
|
||||||
% end
|
% end
|
||||||
% ENC_DEPS.each do |e, deps|
|
% ENC_DEPS.each do |e, deps|
|
||||||
enc/<%=e%>.$(OBJEXT): <%=deps.map {|n| rule_subst % n}.join(' ')%>
|
enc/<%=e%>.$(OBJEXT): <%=deps.map {|n| rule_subst % n}.join(' ')%>
|
||||||
% end
|
% end
|
||||||
% unless TRANS.empty?
|
% unless TRANS.empty?
|
||||||
$(TRANSOBJS): ruby.h intern.h config.h defines.h missing.h encoding.h oniguruma.h st.h transcode_data.h
|
$(TRANSOBJS): ruby/ruby.h intern.h config.h defines.h missing.h encoding.h oniguruma.h st.h transcode_data.h subst.h encoding.h
|
||||||
% end
|
% end
|
||||||
% ATRANS.each do |e|
|
% ATRANS.each do |e|
|
||||||
% src = "#{e}.trans"
|
% src = "#{e}.trans"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user