diff options
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/gbuild/platform/filter-showIncludes.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/filter-showIncludes.awk b/solenv/gbuild/platform/filter-showIncludes.awk index 7803e376c9ed..9f5cabd1085b 100755 --- a/solenv/gbuild/platform/filter-showIncludes.awk +++ b/solenv/gbuild/platform/filter-showIncludes.awk @@ -35,7 +35,7 @@ BEGIN { # to match especially drive letters in allowlist case insensitive IGNORECASE = 1 allowlist = \ - "^(" ENVIRON["SRCDIR"] "|" ENVIRON["WORKDIR"] ")" + "^(" ENVIRON["SRCDIR"] "|" ENVIRON["BUILDDIR"] ")" firstline = 1 } |