2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +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 60d66ba4e8
commit 1f5f62acc9

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])