mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/depend: use VPATH.
If a platform doesn't support VPATH, Ruby doesn't support it: for exapmle MSYS. [ruby-core:21570] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6f39590aff
commit
7cefea6ff4
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Jan 27 12:59:55 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/ripper/depend: use VPATH.
|
||||
If a platform doesn't support VPATH, Ruby doesn't support it:
|
||||
for exapmle MSYS. [ruby-core:21570]
|
||||
|
||||
Tue Jan 27 12:21:17 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/ripper/depend: lex.c's correct path is ../../lex.c.
|
||||
|
|
|
@ -5,7 +5,7 @@ BISON = bison
|
|||
|
||||
src: ripper.c eventids1.c eventids2table.c
|
||||
|
||||
ripper.o: ripper.c ../../lex.c eventids1.c eventids2.c eventids2table.c \
|
||||
ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c \
|
||||
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
|
||||
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
|
||||
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
|
||||
|
|
Loading…
Reference in a new issue