Skip to content

Commit

Permalink
* ext/depend (ENCOBJS, TRANSOBJS): Add missing dependencies.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed Apr 8, 2013
1 parent 311960c commit 4fe5900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* ext/win32ole/win32ole.c (fole_missing): should check actual argument
Expand Down
4 changes: 2 additions & 2 deletions enc/depend
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ srcs: $(TRANSCSRCS)
% unless ENCS.empty? or TRANS.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
% ENC_DEPS.each do |e, deps|
enc/<%=e%>.$(OBJEXT): <%=deps.map {|n| rule_subst % n}.join(' ')%>
% end
% 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
% ATRANS.each do |e|
% src = "#{e}.trans"
Expand Down

0 comments on commit 4fe5900

Please sign in to comment.