зеркало из https://github.com/github/ruby.git
* 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:
Родитель
6f39590aff
Коммит
7cefea6ff4
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче