win32/setup.mak: remove each files
* win32/setup.mak (-runtime-): removing by wildcard errs on network file system, so remove each files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb54d0ae4c
commit
2b131e1eb6
@ -152,7 +152,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
<<
|
<<
|
||||||
@.\rtname >>$(MAKEFILE)
|
@.\rtname >>$(MAKEFILE)
|
||||||
@del rtname.*
|
@for %I in (rtname.*) do @del %I
|
||||||
|
|
||||||
-version-: nul
|
-version-: nul
|
||||||
@$(APPEND)
|
@$(APPEND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user