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

Fix typo.

[SVN r20008]
This commit is contained in:
Vladimir Prus
2003-09-11 06:34:34 +00:00
parent be7a2edc7b
commit bd02e3b56f
2 changed files with 2 additions and 2 deletions

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

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