2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Add some missing argument quotes for rmtemp and ranlib actions.

[SVN r22763]
This commit is contained in:
Rene Rivera
2004-05-07 21:14:03 +00:00
parent f3cacdab66
commit 535ecc7d2e

View File

@@ -2142,12 +2142,12 @@ actions MkDir1
actions together Ranlib
{
$(RANLIB) $(<)
$(RANLIB) "$(<)"
}
actions quietly updated piecemeal together RmTemps
{
$(RM) $(>)
$(RM) "$(>)"
}
actions Shell