ripper/depend: fix out-of-place build
* ext/ripper/depend (ripper.o): fix out-of-place build. probes.h depends on the platform, so it cannot be in $(top_srcdir). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa34b3a5b3
commit
4123b0d9db
@ -18,8 +18,8 @@ ripper.o: ripper.c id.c lex.c eventids1.c eventids2.c eventids2table.c \
|
||||
$(top_srcdir)/parse.h \
|
||||
$(top_srcdir)/id.h \
|
||||
$(top_srcdir)/regenc.h \
|
||||
$(top_srcdir)/probes.h \
|
||||
$(top_srcdir)/vm_opts.h
|
||||
$(top_srcdir)/vm_opts.h \
|
||||
$(topdir)/probes.h
|
||||
|
||||
.y.c:
|
||||
$(ECHO) compiling compiler $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user