2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-19 14:22:10 +00:00

Fix minor typos after testing on Linux.

[SVN r18943]
This commit is contained in:
Rene Rivera
2003-07-05 16:13:19 +00:00
parent 8f0c4d8f9b
commit 277126bf61
2 changed files with 10 additions and 6 deletions

View File

@@ -470,13 +470,15 @@ if $(NT) { actions .yacc. {
rename y.tab$(<[2]:S) $(<[2])
) else set _error_ =
} }
if $(UNIX) { actions .move. {
if `"$(yacc)" $(>)` ; then
if $(UNIX) { actions .yacc. {
if ` "$(yacc)" $(>) ` ; then
mv -f y.tab$(<[1]:S) $(<[1])
mv -f y.tab$(<[2]:S) $(<[2])
else
exit 1
fi
} }
if $(VMS) { actions .move. {
if $(VMS) { actions .yacc. {
IF "$(yacc)" $(>)
THEN
RENAME y_tab$(<[1]:S) $(<[1])

View File

@@ -470,13 +470,15 @@ if $(NT) { actions .yacc. {
rename y.tab$(<[2]:S) $(<[2])
) else set _error_ =
} }
if $(UNIX) { actions .move. {
if `"$(yacc)" $(>)` ; then
if $(UNIX) { actions .yacc. {
if ` "$(yacc)" $(>) ` ; then
mv -f y.tab$(<[1]:S) $(<[1])
mv -f y.tab$(<[2]:S) $(<[2])
else
exit 1
fi
} }
if $(VMS) { actions .move. {
if $(VMS) { actions .yacc. {
IF "$(yacc)" $(>)
THEN
RENAME y_tab$(<[1]:S) $(<[1])