summaryrefslogtreecommitdiff
path: root/ext/ripper
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-13 11:44:05 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-13 11:44:05 +0000
commitf9ba0dcaa41b85fbecd9c51010adb0bd81bb432d (patch)
treefc6d5792490e7994a44d425d86c23053933d3d5b /ext/ripper
parent536a3274c9dab6290ce370bc432f761f23a2f52e (diff)
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
Diffstat (limited to 'ext/ripper')
-rw-r--r--ext/ripper/depend10
1 files changed, 5 insertions, 5 deletions
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