From e569adce47b97c12e3cae67efd76121fa5a0c437 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 19 Nov 2009 08:04:11 +0000 Subject: * win32/Makefile.sub: nmake execute the file named echo if it exists in the PATH. reported by Kenta Murata via IRC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 0ad8dfb022..b49638f120 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -738,7 +738,7 @@ s,@try_header@,try_compile,;t t miniruby: miniruby$(EXEEXT) miniruby$(EXEEXT): - @echo. $(LIBS) + @echo $(LIBS) $(PURIFY) $(CC) $(MAINOBJ) $(MINIOBJS) $(COMMONOBJS) $(DMYEXT) $(LIBS) -Fe$@ -link $(LDFLAGS) @$(RM) miniruby.lib miniruby.exp miniruby.exe -v @@ -774,7 +774,7 @@ $(LIBRUBY): $(RUBYDEF) $(AR) $(ARFLAGS)$@ -def:$(RUBYDEF) $(LIBRUBY_SO): $(LIBRUBY_A) $(DLDOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res - @echo. $(DLDOBJS) + @echo $(DLDOBJS) @-$(PRE_LIBRUBY_UPDATE) $(LDSHARED) $(MAINOBJ) $(DLDOBJS) $(LIBRUBY_A) \ $(RUBY_SO_NAME).res $(LIBS) -Fe$@ -link $(LDFLAGS) \ -- cgit v1.2.3