From f9ba0dcaa41b85fbecd9c51010adb0bd81bb432d Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 13 Apr 2013 11:44:05 +0000 Subject: fix building ripper: parse.h and id.h doesn't need directory r40275 breaks Unix build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/depend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/ripper/depend') diff --git a/ext/ripper/depend b/ext/ripper/depend index a7a8542a29..1eb9f7d1df 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -8,15 +8,15 @@ BISON = bison 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 -- cgit v1.2.3