summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 09:53:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 09:53:59 +0000
commit4e015093125bc6dd074905ddfb4b1c88900453b2 (patch)
tree0f1c2a809c86075117eba470760a4edbc93d694d /common.mk
parent849c996270c76ffe8a54583e892113792c440516 (diff)
* common.mk: removed a comment already has no meaning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index d08a856d60..bf24441f3a 100644
--- a/common.mk
+++ b/common.mk
@@ -464,8 +464,6 @@ dl_os2.$(OBJEXT): {$(VPATH)}dl_os2.c
ia64.$(OBJEXT): {$(VPATH)}ia64.s
$(CC) $(CFLAGS) -c $<
-# when I use -I., there is confliction at "OpenFile"
-# so, set . into environment varible "include"
win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES)
###