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

oops; bug fix

[SVN r13605]
This commit is contained in:
Dave Abrahams
2002-05-01 14:37:30 +00:00
parent 5cfc18f32e
commit 3663f5a07c
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
# Similar to GXX, the name by which gcc is invoked for "C"
# language targets.
GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/
GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/ ;
GCC_BIN_DIRECTORY ?= "" ; # Don't clobber tool names if GCC_ROOT_DIRECTORY not set
GCC_INCLUDE_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/include ;
GCC_STDLIB_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/lib ;

View File

@@ -43,7 +43,7 @@
# Similar to GXX, the name by which gcc is invoked for "C"
# language targets.
GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/
GCC_BIN_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/bin/ ;
GCC_BIN_DIRECTORY ?= "" ; # Don't clobber tool names if GCC_ROOT_DIRECTORY not set
GCC_INCLUDE_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/include ;
GCC_STDLIB_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/lib ;