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

clear STDHDRS variable to prevent '/usr/include' to be added as include path

[SVN r24890]
This commit is contained in:
Toon Knapen
2004-09-03 12:48:14 +00:00
parent 21277abf83
commit d1c7da34a8

View File

@@ -87,6 +87,11 @@ if ! $(ARFLAGS)
flags xlc ARFLAGS : "" ;
}
# Clear the STDHDRS variable which contains /usr/include. Vacpp does not like
# that this sys directory is included (vacpp related headers are in
# /usr/vacpp/include)
STDHDRS = ;
#### Link ####
rule Link-action