Skip to content

Commit

Permalink
Added gem paths for depend (source for enc.mk)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Oct 31, 2011
1 parent 00aba6c commit fd535ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enc/depend
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ trans: $(TRANSSOS)

srcs: $(TRANSCSRCS)

# HACK: this shouldn't hardcode gems dir, but it isn't sharing variables at all.
<%=transvpath_prefix%>.trans<%=transvpath_prefix%>.c:
$(ECHO) generating table from $@
$(Q)$(MINIRUBY) "$(srcdir)/tool/transcode-tblgen.rb" -vo "$@" "$<"
$(Q)$(MINIRUBY) -Igems/optparse/lib:gems/erb/lib:gems/fileutils/lib:gems/pp/lib "$(srcdir)/tool/transcode-tblgen.rb" -vo "$@" "$<"

% unless encs.empty? or trans.empty?

Expand Down

0 comments on commit fd535ae

Please sign in to comment.