Skip to content

Commit

Permalink
GNUmakefile.in: fix dependency
Browse files Browse the repository at this point in the history
* cygwin/GNUmakefile.in: fix dependency, win32.o should be under
  win32 directory.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Mar 8, 2015
1 parent 9833ae9 commit 2403aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cygwin/GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GNUmakefile: $(srcdir)/cygwin/GNUmakefile.in
ifeq (@target_os@,mingw32)
$(OBJS) $(MAINOBJ): win32.h

dir.$(OBJEXT) win32.$(OBJEXT): win32/dir.h
dir.$(OBJEXT) win32/win32.$(OBJEXT): win32/dir.h
endif

$(LIBRUBY_SO): $(RUBYDEF)
Expand Down

0 comments on commit 2403aa9

Please sign in to comment.