summaryrefslogtreecommitdiff
path: root/tools/Executable_so_checksum.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
commit582eb5a368de1627164bc50e25f9eab8ae96e1a8 (patch)
tree753f5f1ac5b0aa5741d3b4f45b27d3f549fff153 /tools/Executable_so_checksum.mk
parent5785dee00e8fcfc135385fc847c01be5b5ee295f (diff)
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'tools/Executable_so_checksum.mk')
-rw-r--r--tools/Executable_so_checksum.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk
index 952bb338aabc..491a2a958514 100644
--- a/tools/Executable_so_checksum.mk
+++ b/tools/Executable_so_checksum.mk
@@ -42,7 +42,7 @@ $(eval $(call gb_Executable_set_cxxflags,so_checksum,\
$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
sal \
tl \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 vos3gcc3 - seems to be superficial
@@ -68,10 +68,4 @@ $(eval $(call gb_Executable_add_linked_libs,so_checksum,\
endif
endif
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
- dl \
- pthread \
-))
-endif
# vim: set noet sw=4 ts=4: