From 68c09dec0ec57a7e620d42aceac2fdf8a952d53d Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 21 Aug 2012 05:29:42 +0000 Subject: * win32/Makefile.sub (scriptbin.mk): no need to include twice. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ win32/Makefile.sub | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b93f9b92fd..f165de847c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 21 14:29:22 2012 NAKAMURA Usaku + + * win32/Makefile.sub (scriptbin.mk): no need to include twice. + Tue Aug 21 10:52:08 2012 NAKAMURA Usaku * test/unit/test.rb (Test::Unit::ProxyError): new exception class to diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 392941702b..c0cdfa9fb7 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -391,8 +391,6 @@ MINIPRELUDE_C = miniprelude.c !else if [for %I in ($(srcdir:/=\)\bin\*) do @echo>>scriptbin.mk %~nI.exe \] !else if [echo.>>scriptbin.mk] !else if [echo.>>scriptbin.mk] -!else -!include scriptbin.mk !endif !if [for %I in ($(srcdir:/=\)\bin\*) do @for %J in (\ "%~nI.exe: $$(srcdir)/bin/%~nI" \ -- cgit v1.2.3