summaryrefslogtreecommitdiffstats
path: root/tools/Executable_mkunroll.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-26 13:37:22 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-26 13:37:22 +0100
commitd2e5e59c6b28235a832cdc06480e30f0ed96b580 (patch)
tree6c5a38b6f8e07c017e5d4e63cf71b25ad8447d4c /tools/Executable_mkunroll.mk
parentgnumake2: merging minibranches (diff)
downloadcore-d2e5e59c6b28235a832cdc06480e30f0ed96b580.tar.gz
core-d2e5e59c6b28235a832cdc06480e30f0ed96b580.zip
gnumake2: sorting all lists in makefiles
Diffstat (limited to 'tools/Executable_mkunroll.mk')
-rw-r--r--tools/Executable_mkunroll.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk
index e08a83bb651c..6a88e48f232a 100644
--- a/tools/Executable_mkunroll.mk
+++ b/tools/Executable_mkunroll.mk
@@ -60,17 +60,17 @@ $(eval $(call gb_Executable_add_exception_objects,mkunroll,\
ifeq ($(OS),WNT)
$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
kernel32 \
- user32 \
msvcrt \
oldnames \
+ user32 \
uwinapi \
))
endif
ifeq ($(OS),LINUX)
$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
- pthread \
dl \
+ pthread \
))
endif