From 582eb5a368de1627164bc50e25f9eab8ae96e1a8 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 2 Feb 2011 17:05:04 +0100 Subject: CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework --- sot/Library_sot.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sot') diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk index 4a5c7ef4ce81..ef7d22c35081 100644 --- a/sot/Library_sot.mk +++ b/sot/Library_sot.mk @@ -53,7 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,sot,\ ucbhelper \ stl \ utl \ - $(gb_StdLibs) \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,sot,\ @@ -78,12 +78,4 @@ $(eval $(call gb_Library_add_exception_objects,sot,\ sot/source/sdstor/unostorageholder \ )) -ifeq ($(OS),LINUX) -$(eval $(call gb_Library_add_linked_libs,sot,\ - dl \ - m \ - pthread \ -)) -endif - # vim: set noet sw=4 ts=4: -- cgit v1.2.3