From 60530f4716a51f9212819638c454695295f6c1d3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 16 Sep 2013 23:35:26 +0200 Subject: cppu: rename purpose environment libraries It would not be necessary to mangle the affine_uno_uno/log_uno_uno/unsafe_uno_uno library names in RepositoryFixes.mk if they were simply named right in the first place. Change-Id: I0fce919549764d2335c5501c1110878b8709fa09 --- cppu/Module_cppu.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppu/Module_cppu.mk') diff --git a/cppu/Module_cppu.mk b/cppu/Module_cppu.mk index 897295cb03b3..90c9d514f60d 100644 --- a/cppu/Module_cppu.mk +++ b/cppu/Module_cppu.mk @@ -13,11 +13,11 @@ $(eval $(call gb_Module_Module,cppu)) $(eval $(call gb_Module_add_targets,cppu,\ InternalUnoApi_cppu_qa_cppumaker_types \ InternalUnoApi_cppu_qa_types \ - Library_affine_uno \ + Library_affine_uno_uno \ Library_cppu \ - Library_log_uno \ + Library_log_uno_uno \ Library_purpenvhelper \ - Library_unsafe_uno \ + Library_unsafe_uno_uno \ )) $(eval $(call gb_Module_add_check_targets,cppu,\ -- cgit