ruby-changes:28225
From: naruse <ko1@a...>
Date: Sat, 13 Apr 2013 20:44:16 +0900 (JST)
Subject: [ruby-changes:28225] naruse:r40277 (trunk): fix building ripper: parse.h and id.h doesn't need directory
naruse 2013-04-13 20:44:05 +0900 (Sat, 13 Apr 2013) New Revision: 40277 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40277 Log: fix building ripper: parse.h and id.h doesn't need directory r40275 breaks Unix build. Modified files: trunk/ext/ripper/depend Index: ext/ripper/depend =================================================================== --- ext/ripper/depend (revision 40276) +++ ext/ripper/depend (revision 40277) @@ -8,15 +8,15 @@ BISON = bison https://github.com/ruby/ruby/blob/trunk/ext/ripper/depend#L8 src: ripper.c eventids1.c eventids2table.c ripper.o: ripper.c id.c lex.c eventids1.c eventids2.c eventids2table.c \ - $(HDRS) $(ruby_headers) \ + $(HDRS) $(ruby_headers) \ $(hdrdir)/ruby/encoding.h \ - $(hdrdir)/ruby/oniguruma.h \ + $(hdrdir)/ruby/oniguruma.h \ $(hdrdir)/ruby/regex.h \ - $(hdrdir)/ruby/util.h \ + $(hdrdir)/ruby/util.h \ $(top_srcdir)/node.h \ $(top_srcdir)/internal.h \ - {$(VPATH)}parse.h \ - {$(VPATH)}id.h \ + parse.h \ + id.h \ $(top_srcdir)/regenc.h \ $(top_srcdir)/vm_opts.h \ $(topdir)/probes.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/