* 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:
naruse 2009-01-27 04:02:53 +00:00
Родитель 6f39590aff
Коммит 7cefea6ff4
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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 \