summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index a6b9367c1aee..1ee99551da38 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -143,14 +143,4 @@ endif # ifeq ($(COM),GCC)
endif # ifeq ($(OS),WNT)
-ifeq (,$(filter SCRIPTING,$(BUILD_TYPE)))
-
-gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES))
-
-endif
-
-ifeq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
-gb_Library_FILENAMES := $(patsubst dbtools:libdbtools%,,$(gb_Library_FILENAMES))
-endif
-
# vim: set noet sw=4 ts=4: