mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
GNUmakefile.in: fix dependency
* 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
This commit is contained in:
parent
9833ae93cf
commit
2403aa9867
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue