diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-16 16:48:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-16 16:48:40 +0300 |
commit | b5cc76fbd51cc0fea3ccf44dd8faacea6bf1c9b5 (patch) | |
tree | 9404e0ff74adec892e1d7661e35a48132362c0bd /desktop/Executable_soffice.mk | |
parent | 63cf6aab02aa32b993c98feee5e9bdd0f9567c92 (diff) |
Fix typo
Diffstat (limited to 'desktop/Executable_soffice.mk')
-rw-r--r-- | desktop/Executable_soffice.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk index 3916c40890f7..af5351070a8b 100644 --- a/desktop/Executable_soffice.mk +++ b/desktop/Executable_soffice.mk @@ -50,7 +50,7 @@ $(eval $(call gb_Executable_add_linked_static_libs,soffice,\ ifeq ($(COM),MSC) -$(eval $(call gb_Executable_set_ldflags,\ +$(eval $(call gb_Executable_set_ldflags,soffice,\ $$(LDFLAGS) \ /STACK:10000000 \ )) |