summaryrefslogtreecommitdiffstats
path: root/cygwin
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-02 08:23:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-02 08:23:15 +0000
commit1dd48d113c3c9ea11e9385c6fbb05b1d3fad042a (patch)
tree885d60a9f386223fe8fbc7abfc058c586dcb6200 /cygwin
parentc0c01f44a6e85c0efffa8a3b434b83c207cb58b5 (diff)
downloadruby-1dd48d113c3c9ea11e9385c6fbb05b1d3fad042a.tar.gz
ruby-1dd48d113c3c9ea11e9385c6fbb05b1d3fad042a.tar.xz
ruby-1dd48d113c3c9ea11e9385c6fbb05b1d3fad042a.zip
* cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/GNUmakefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in
index fd9aa7921..f04489603 100644
--- a/cygwin/GNUmakefile.in
+++ b/cygwin/GNUmakefile.in
@@ -63,6 +63,8 @@ GNUmakefile: $(srcdir)/cygwin/GNUmakefile.in
ifeq (@target_os@,mingw32)
$(OBJS) $(MAINOBJ): win32.h
+
+dir.$(OBJEXT) win32.$(OBJEXT): win32/dir.h
endif
$(LIBRUBY_SO): $(RUBYDEF)