summaryrefslogtreecommitdiff
path: root/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc/gbuild/solenv/gbuild/linktarget.mk')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/linktarget.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/linktarget.mk b/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
index 3de605e0c0a2..0321c8a64358 100644
--- a/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
@@ -112,7 +112,6 @@ namespace gb
List<Library> LINKED_LIBS;
List<Path> AUXTARGETS;
List<Path> INCLUDE;
- List<Path> INCLUDE_STL;
List<StaticLibrary> LINKED_STATIC_LIBS;
List<String> CFLAGS;
List<String> CXXFLAGS;
@@ -140,7 +139,6 @@ namespace gb
static const List<String> CXXFLAGS;
static const List<String> LDFLAGS;
static const List<Path> INCLUDE;
- static const List<Path> INCLUDE_STL;
};
}
/* vim: set filetype=cpp : */