From 34075ed209a0c9c70570deb4aad1766d2415607c Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 23 May 2005 06:10:32 +0000 Subject: * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO). [experimental] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ win32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d731cad561..cd42f7af1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 23 15:07:34 2005 NAKAMURA Usaku + + * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO). + [experimental] + Mon May 23 12:21:37 2005 Yukihiro Matsumoto * re.c (make_regexp): should not return junk address during diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 85304f8968..852c7f2f84 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -432,7 +432,7 @@ miniruby$(EXEEXT): @echo. $(LIBS) $(PURIFY) $(CC) $(MAINOBJ) $(MINIOBJS) $(LIBRUBY_A) $(LIBS) -Fe$@ $(LDFLAGS) -$(PROGRAM): $(RUBY_INSTALL_NAME).res +$(PROGRAM): $(LIBRUBY_SO) $(RUBY_INSTALL_NAME).res $(PURIFY) $(CC) $(MAINOBJ) $(RUBY_INSTALL_NAME).res \ $(OUTFLAG)$@ $(LIBRUBYARG) $(LDFLAGS) $(XLDFLAGS) -- cgit v1.2.3