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

Fix typo.

[SVN r20008]
This commit is contained in:
Vladimir Prus
2003-09-11 06:34:34 +00:00
parent fb801e48e0
commit 5f8c9e4fc5

View File

@@ -119,5 +119,5 @@ if ! $(dont-build)
build-system ?= build-system ;
# Use last element in case of multiple command-line options
import $(build-system[-2]) ;
import $(build-system[-1]) ;
}