summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xRepository.mk1
-rwxr-xr-xRepositoryFixes.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index 2b7918318544..a3a17c32cbab 100755
--- a/Repository.mk
+++ b/Repository.mk
@@ -106,7 +106,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
cppunit \
icule \
- cppunit \
))
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 88de46a952c0..d34316436099 100755
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -102,7 +102,7 @@ endif
# these are libraries built by OOo, but only a few of them
# all other libraries built by OOo and all platform libraries (exceptions see below) are used without an import library
# we link against their dlls in gcc format directly
-gb_Library_NOILIBFILENAMES:= graphite_dll icule icuuc
+gb_Library_NOILIBFILENAMES:= icule icuuc
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES))
gb_Library_FILENAMES += $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT))