mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
3eb71e2221
commit
68c09dec0e
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Aug 21 14:29:22 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub (scriptbin.mk): no need to include twice.
|
||||||
|
|
||||||
Tue Aug 21 10:52:08 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Aug 21 10:52:08 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* test/unit/test.rb (Test::Unit::ProxyError): new exception class to
|
* test/unit/test.rb (Test::Unit::ProxyError): new exception class to
|
||||||
|
|
|
@ -391,8 +391,6 @@ MINIPRELUDE_C = miniprelude.c
|
||||||
!else if [for %I in ($(srcdir:/=\)\bin\*) do @echo>>scriptbin.mk %~nI.exe \]
|
!else if [for %I in ($(srcdir:/=\)\bin\*) do @echo>>scriptbin.mk %~nI.exe \]
|
||||||
!else if [echo.>>scriptbin.mk]
|
!else if [echo.>>scriptbin.mk]
|
||||||
!else if [echo.>>scriptbin.mk]
|
!else if [echo.>>scriptbin.mk]
|
||||||
!else
|
|
||||||
!include scriptbin.mk
|
|
||||||
!endif
|
!endif
|
||||||
!if [for %I in ($(srcdir:/=\)\bin\*) do @for %J in (\
|
!if [for %I in ($(srcdir:/=\)\bin\*) do @for %J in (\
|
||||||
"%~nI.exe: $$(srcdir)/bin/%~nI" \
|
"%~nI.exe: $$(srcdir)/bin/%~nI" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue