diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-21 05:29:42 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-21 05:29:42 +0000 |
commit | 68c09dec0ec57a7e620d42aceac2fdf8a952d53d (patch) | |
tree | bf32647990e6a713cad414980e16d788b7af601a /win32 | |
parent | 3eb71e222112bce0e10a85263c63280985b269d3 (diff) | |
download | ruby-68c09dec0ec57a7e620d42aceac2fdf8a952d53d.tar.gz |
* 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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 0 insertions, 2 deletions
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" \ |