* cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b204d48f76
commit
083e01b006
@ -1,3 +1,7 @@
|
|||||||
|
Mon Feb 2 17:23:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
|
||||||
|
|
||||||
Mon Feb 2 17:13:46 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Feb 2 17:13:46 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* mkconfig.rb: patchlevel is somtimes minus.
|
* mkconfig.rb: patchlevel is somtimes minus.
|
||||||
|
@ -63,6 +63,8 @@ GNUmakefile: $(srcdir)/cygwin/GNUmakefile.in
|
|||||||
|
|
||||||
ifeq (@target_os@,mingw32)
|
ifeq (@target_os@,mingw32)
|
||||||
$(OBJS) $(MAINOBJ): win32.h
|
$(OBJS) $(MAINOBJ): win32.h
|
||||||
|
|
||||||
|
dir.$(OBJEXT) win32.$(OBJEXT): win32/dir.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(LIBRUBY_SO): $(RUBYDEF)
|
$(LIBRUBY_SO): $(RUBYDEF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user