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 --- tools/Library_tl.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tools/Library_tl.mk') diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index 0cb59eaeac94..8489f21d7d47 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -55,7 +55,7 @@ $(eval $(call gb_Library_add_linked_libs,tl,\ cppu \ sal \ vos3 \ - $(gb_StdLibs) \ + $(gb_STDLIBS) \ )) @@ -140,14 +140,6 @@ $(eval $(call gb_Library_add_linked_static_libs,tl,\ )) endif -ifeq ($(OS),LINUX) -$(eval $(call gb_Library_add_linked_libs,tl,\ - dl \ - m \ - pthread \ -)) -endif - ifeq ($(OS),WNT) $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ -- cgit