1
0
Fork 0
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:
usa 2008-12-09 16:29:08 +00:00
parent a28fdecda7
commit a091c9e18f
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -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)
###