mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (win32.obj): depend on headers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a28fdecda7
commit
a091c9e18f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Dec 10 01:28:16 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk (win32.obj): depend on headers.
|
||||
|
||||
Tue Dec 9 18:35:35 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,
|
||||
|
|
|
@ -437,7 +437,7 @@ ia64.$(OBJEXT): {$(VPATH)}ia64.s
|
|||
|
||||
# when I use -I., there is confliction at "OpenFile"
|
||||
# so, set . into environment varible "include"
|
||||
win32.$(OBJEXT): {$(VPATH)}win32.c
|
||||
win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES)
|
||||
|
||||
###
|
||||
|
||||
|
|
Loading…
Reference in a new issue